mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-14 02:42:35 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue