Skip to content

Commit

Permalink
Fixed CI failure by moving dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharad committed Dec 31, 2024
1 parent 066fc42 commit 318925e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ dependencies:
- text
- megaparsec
- optparse-applicative
- base64
- req
- bytestring

ghc-options:
- -Wall
Expand Down Expand Up @@ -60,6 +57,9 @@ executables:
- -with-rtsopts=-N
dependencies:
- sql2er
- base64
- bytestring
- req

sql2er-wasm:
main: Worker.hs
Expand Down
9 changes: 0 additions & 9 deletions sql2er.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,8 @@ library
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
build-depends:
base >=4.7 && <5
, base64
, bytestring
, megaparsec
, optparse-applicative
, req
, text
default-language: Haskell2010

Expand Down Expand Up @@ -86,11 +83,8 @@ executable sql2er-wasm
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
build-depends:
base >=4.7 && <5
, base64
, bytestring
, megaparsec
, optparse-applicative
, req
, sql2er
, text
default-language: Haskell2010
Expand All @@ -112,11 +106,8 @@ test-suite sql2er-test
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, base64
, bytestring
, megaparsec
, optparse-applicative
, req
, sql2er
, tasty
, tasty-hunit
Expand Down

0 comments on commit 318925e

Please sign in to comment.