mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-22 06:42:00 +01:00
removed unnecessary dependencies
This commit is contained in:
parent
168b29a80b
commit
1b6e912687
1 changed files with 1 additions and 3 deletions
|
@ -50,10 +50,8 @@ executable oracle-client
|
||||||
main-is: oracle-client.hs
|
main-is: oracle-client.hs
|
||||||
hs-source-dirs: app
|
hs-source-dirs: app
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
build-depends: aeson
|
build-depends: base ^>= 4.14.1.0
|
||||||
, base ^>= 4.14.1.0
|
|
||||||
, bytestring
|
, bytestring
|
||||||
, modern-uri
|
|
||||||
, regex-tdfa ^>= 1.3.1.0
|
, regex-tdfa ^>= 1.3.1.0
|
||||||
, req ^>= 3.9.0
|
, req ^>= 3.9.0
|
||||||
, text
|
, text
|
||||||
|
|
Loading…
Reference in a new issue