File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -38,38 +38,29 @@ common common
3838 OverloadedStrings
3939 TemplateHaskellQuotes
4040
41- library js
42- import : common
43- visibility : public
44- hs-source-dirs : src-js
45- exposed-modules :
46- Language.Javascript.JSaddle.Wasm.JS
47-
48- build-depends :
49- base >= 4.16 && < 5 ,
50- bytestring >= 0.11 && < 0.13 ,
51- jsaddle ^>= 0.9 ,
52-
5341library
5442 import : common
55- hs-source-dirs : src
43+ hs-source-dirs :
44+ src
45+ src-js
46+
5647 exposed-modules :
5748 Language.Javascript.JSaddle.Wasm
49+ Language.Javascript.JSaddle.Wasm.JS
5850 Language.Javascript.JSaddle.Wasm.TH
5951
6052 other-modules :
6153 Language.Javascript.JSaddle.Wasm.Internal
6254
6355 build-depends :
6456 base >= 4.16 && < 5 ,
57+ bytestring >= 0.11 && < 0.13 ,
6558 jsaddle ^>= 0.9 ,
66- jsaddle-wasm :js,
6759 template-haskell >= 2.20 && < 2.24 ,
6860
6961 if arch(wasm32)
7062 build-depends :
7163 aeson >= 2 && < 2.3 ,
72- bytestring >= 0.11 && < 0.13 ,
7364 ghc-experimental ^>= 0.1 || >= 9.1000 && < 9.1700 ,
7465 parser-regex ^>= 0.3 ,
7566 stm ^>= 2.5 ,
You can’t perform that action at this time.
0 commit comments