Skip to content

Commit

Permalink
removed unneeded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bflyblue committed Sep 14, 2024
1 parent b65fb42 commit 30b99f5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions servant-event-stream.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,13 @@ library
OverloadedStrings

build-depends:
attoparsec >=0.14 && <0.15,
base >=4.10 && <4.20,
binary >=0.8 && <0.9,
bytestring >=0.11.1.0 && <0.13,
http-media >=0.7.1.3 && <0.9,
lens >=4.17 && <5.4,
servant-foreign >=0.15 && <0.17,
servant-server >=0.15 && <0.21,
text >=1.2.3 && <2.2,
wai-extra >=3.0 && <3.2
text >=1.2.3 && <2.2

hs-source-dirs: src
default-language: Haskell2010
Expand Down

0 comments on commit 30b99f5

Please sign in to comment.