Skip to content

Commit 318925e

Browse files
committed
Fixed CI failure by moving dependencies
1 parent 066fc42 commit 318925e

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

package.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ dependencies:
2424
- text
2525
- megaparsec
2626
- optparse-applicative
27-
- base64
28-
- req
29-
- bytestring
3027

3128
ghc-options:
3229
- -Wall
@@ -60,6 +57,9 @@ executables:
6057
- -with-rtsopts=-N
6158
dependencies:
6259
- sql2er
60+
- base64
61+
- bytestring
62+
- req
6363

6464
sql2er-wasm:
6565
main: Worker.hs

sql2er.cabal

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,8 @@ library
5151
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
5252
build-depends:
5353
base >=4.7 && <5
54-
, base64
55-
, bytestring
5654
, megaparsec
5755
, optparse-applicative
58-
, req
5956
, text
6057
default-language: Haskell2010
6158

@@ -86,11 +83,8 @@ executable sql2er-wasm
8683
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -no-hs-main -optl-mexec-model=reactor -optl-Wl,--export=hs_init,--export=hs_runWorker,--export=freeBuffer,--export=callocBuffer
8784
build-depends:
8885
base >=4.7 && <5
89-
, base64
90-
, bytestring
9186
, megaparsec
9287
, optparse-applicative
93-
, req
9488
, sql2er
9589
, text
9690
default-language: Haskell2010
@@ -112,11 +106,8 @@ test-suite sql2er-test
112106
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
113107
build-depends:
114108
base >=4.7 && <5
115-
, base64
116-
, bytestring
117109
, megaparsec
118110
, optparse-applicative
119-
, req
120111
, sql2er
121112
, tasty
122113
, tasty-hunit

0 commit comments

Comments
 (0)