Skip to content

Commit

Permalink
remove redundant packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa McHale committed Feb 9, 2019
1 parent 0ac2e05 commit eec21e0
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 14 deletions.
4 changes: 1 addition & 3 deletions marlowe/marlowe.cabal
Expand Up @@ -25,14 +25,12 @@ library
hs-source-dirs: src
build-depends:
base -any,
bytestring -any,
containers -any,
mtl -any,
template-haskell -any,
plutus-tx -any,
text,
wallet-api -any,
lens -any
wallet-api -any
default-language: Haskell2010
default-extensions: ExplicitForAll ScopedTypeVariables
DeriveGeneric StandaloneDeriving DeriveLift
Expand Down
1 change: 0 additions & 1 deletion plutus-ir/plutus-ir.cabal
Expand Up @@ -91,7 +91,6 @@ test-suite plutus-ir-test
default-language: Haskell2010
build-depends:
base >=4.9 && <5,
bytestring -any,
hedgehog -any,
plutus-ir -any,
language-plutus-core -any,
Expand Down
Expand Up @@ -36,22 +36,15 @@ library
build-depends:
aeson
, base >=4.7 && <5
, base64-bytestring
, bytestring
, containers
, plutus-tx -any
, hint >= 0.9.0
, http-media
, insert-ordered-containers
, memory
, mtl
, transformers
, lens
, network
, newtype-generics
, plutus-use-cases
, servant
, split
, swagger2
, template-haskell
, text
Expand Down
Expand Up @@ -53,7 +53,6 @@ library
directory -any,
exceptions -any,
file-embed -any,
generics-sop -any,
http-conduit -any,
http-client-tls -any,
http-client -any,
Expand Down
1 change: 0 additions & 1 deletion plutus-tutorial/plutus-tutorial.cabal
Expand Up @@ -43,7 +43,6 @@ library
build-tool-depends: doctest:doctest -any
build-depends:
base >=4.9 && <5,
bytestring -any,
template-haskell >=2.13.0.0,
language-plutus-core -any,
plutus-tx -any,
Expand Down
1 change: 0 additions & 1 deletion wallet-api/wallet-api.cabal
Expand Up @@ -72,7 +72,6 @@ library
cryptonite >=0.25,
hashable -any,
hedgehog -any,
http-media -any,
language-plutus-core -any,
memory -any,
mtl -any,
Expand Down

0 comments on commit eec21e0

Please sign in to comment.