Skip to content

Commit

Permalink
Remove redundant packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Dec 27, 2023
1 parent 856ff5b commit cec4d54
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions servant-effectful.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extra-source-files:
LICENSE.md
README.md

tested-with: GHC ==9.2.8 || ==9.4.7 || ==9.6.3
tested-with: GHC ==9.2.8 || ==9.4.7 || ==9.6.3

source-repository head
type: git
Expand All @@ -42,7 +42,7 @@ common common-ghc-options
-Wall -Wcompat -Werror -Widentities -Wincomplete-record-updates
-Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints
-fhide-source-paths -Wno-unused-do-bind
-Wno-unticked-promoted-constructors
-Wno-unticked-promoted-constructors -Wunused-packages

common common-rts-options
ghc-options: -rtsopts -threaded -with-rtsopts=-N
Expand All @@ -55,11 +55,8 @@ library
build-depends:
, base <5
, effectful-core ^>=2.3
, hashable ^>=1.4
, mtl ^>=2.3
, servant ^>=0.20
, mtl >=2
, servant-server ^>=0.20
, wai ^>=3.2
, warp ^>=3.3

test-suite servant-effectful-test
Expand Down

0 comments on commit cec4d54

Please sign in to comment.