Skip to content

Commit

Permalink
Plutus core/fix cabal project file (#383)
Browse files Browse the repository at this point in the history
* Remove redundant library dependencies identified by weeder

* Fix cabal.project file

* Add +development to plutus-playground-lib
  • Loading branch information
vmchale committed Dec 6, 2018
1 parent af94736 commit 697abc7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cabal.project
Expand Up @@ -6,8 +6,8 @@ packages: language-plutus-core
plutus-tx-plugin
plutus-use-cases
plutus-ir
plutus-playground-server
plutus-playground-lib
plutus-playground/plutus-playground-server
plutus-playground/plutus-playground-lib
optimization: 2
constraints: language-plutus-core +development
, wallet-api +development
Expand All @@ -16,6 +16,7 @@ constraints: language-plutus-core +development
, plutus-core-interpreter +development
, plutus-ir +development
, plutus-playground-server +development
, plutus-playground-lib +development
tests: true
benchmarks: true
documentation: true
Expand Down

0 comments on commit 697abc7

Please sign in to comment.