/ cabal.project.wasm-wasi
cabal.project.wasm-wasi
  1  packages: .
  2  
  3  if arch(wasm32)
  4    -- Required for TemplateHaskell. When using wasm32-wasi-cabal from
  5    -- ghc-wasm-meta, this is superseded by the global cabal.config.
  6    shared: True
  7  
  8    package aeson
  9      flags: -ordered-keymap
 10  
 11    package crypton
 12      ghc-options: -optc-DARGON2_NO_THREADS
 13  
 14    package digest
 15      flags: -pkg-config
 16  
 17    package pandoc
 18      flags: +embed_data_files
 19      
 20    constraints:
 21      Cabal installed,
 22      Cabal-syntax installed,
 23      array installed,
 24      base installed,
 25      binary installed,
 26      bytestring installed,
 27      containers installed,
 28      deepseq installed,
 29      directory installed,
 30      exceptions installed,
 31      filepath installed,
 32      ghc installed,
 33      ghc-bignum installed,
 34      ghc-boot installed,
 35      ghc-boot-th installed,
 36      ghc-compact installed,
 37      ghc-experimental installed,
 38      ghc-heap installed,
 39      ghc-internal installed,
 40      ghc-platform installed,
 41      ghc-prim installed,
 42      ghc-toolchain installed,
 43      ghci installed,
 44      haskeline installed,
 45      hpc installed,
 46      integer-gmp installed,
 47      mtl installed,
 48      os-string installed,
 49      parsec installed,
 50      pretty installed,
 51      process installed,
 52      rts installed,
 53      semaphore-compat installed,
 54      stm installed,
 55      system-cxx-std-lib installed,
 56      template-haskell installed,
 57      text installed,
 58      time installed,
 59      transformers installed,
 60      unix installed,
 61      xhtml installed
 62  
 63    allow-newer:
 64      all:Cabal,
 65      all:Cabal-syntax,
 66      all:array,
 67      all:base,
 68      all:binary,
 69      all:bytestring,
 70      all:containers,
 71      all:deepseq,
 72      all:directory,
 73      all:exceptions,
 74      all:filepath,
 75      all:ghc,
 76      all:ghc-bignum,
 77      all:ghc-boot,
 78      all:ghc-boot-th,
 79      all:ghc-compact,
 80      all:ghc-experimental,
 81      all:ghc-heap,
 82      all:ghc-internal,
 83      all:ghc-platform,
 84      all:ghc-prim,
 85      all:ghc-toolchain,
 86      all:ghci,
 87      all:haskeline,
 88      all:hpc,
 89      all:integer-gmp,
 90      all:mtl,
 91      all:os-string,
 92      all:parsec,
 93      all:pretty,
 94      all:process,
 95      all:rts,
 96      all:semaphore-compat,
 97      all:stm,
 98      all:system-cxx-std-lib,
 99      all:template-haskell,
100      all:text,
101      all:time,
102      all:transformers,
103      all:unix,
104      all:xhtml,
105      all:zlib
106  
107    source-repository-package
108      type: git
109      location: https://github.com/haskell-wasm/pandoc
110      tag: 336228bb8d5e9bf35750cfe6b546ffb4bcd86c15
111  
112    source-repository-package
113      type: git
114      location: https://github.com/haskell-wasm/foundation.git
115      tag: 8e6dd48527fb429c1922083a5030ef88e3d58dd3
116      subdir: basement
117  
118    source-repository-package
119      type: git
120      location: https://github.com/haskell-wasm/hs-memory.git
121      tag: a198a76c584dc2cfdcde6b431968de92a5fed65e
122  
123    source-repository-package
124      type: git
125      location: https://github.com/haskell-wasm/xml.git
126      tag: bc793dc9bc29c92245d3482a54d326abd3ae1403
127      subdir: xml-conduit
128  
129    -- https://github.com/haskell/network/pull/598
130    source-repository-package
131      type: git
132      location: https://github.com/haskell-wasm/network
133      tag: ab92e48e9fdf3abe214f85fdbe5301c1280e14e9
134  
135    -- https://github.com/haskellari/splitmix/pull/73
136    source-repository-package
137      type: git
138      location: https://github.com/amesgen/splitmix
139      tag: cea9e31bdd849eb0c17611bb99e33d590e126164
140