removed unnecessary dependencies

This commit is contained in:
Lars Brünjes 2021-05-10 21:57:09 +02:00
parent 168b29a80b
commit 1b6e912687
No known key found for this signature in database
GPG key ID: B488B9045DC1A087

View file

@ -50,10 +50,8 @@ executable oracle-client
main-is: oracle-client.hs
hs-source-dirs: app
ghc-options: -Wall
build-depends: aeson
, base ^>= 4.14.1.0
build-depends: base ^>= 4.14.1.0
, bytestring
, modern-uri
, regex-tdfa ^>= 1.3.1.0
, req ^>= 3.9.0
, text