Add lib-enabled versions of the plugins

This commit is contained in:
Dan Burton 2015-05-06 15:57:00 -07:00
parent da3bf6a3b4
commit 756ea9785a

View File

@ -1,5 +1,5 @@
name: stackage name: stackage
version: 0.7.3.1 version: 0.7.3.2
synopsis: Dummy package forcing installation of other Stackage packages synopsis: Dummy package forcing installation of other Stackage packages
homepage: https://www.stackage.org/ homepage: https://www.stackage.org/
license: MIT license: MIT
@ -14,14 +14,14 @@ cabal-version: >=1.10
library library
exposed-modules: Stackage.Dummy exposed-modules: Stackage.Dummy
build-depends: base < 10 build-depends: base < 10
, stackage-cli , stackage-cli >= 0.1.0
, stackage-update , stackage-update
, stackage-upload , stackage-upload
, stackage-install , stackage-install
, stackage-build-plan , stackage-build-plan
-- , stackage-cabal , stackage-cabal >= 0.1.1
-- , stackage-sandbox , stackage-sandbox >= 0.1.1
-- , stackage-setup , stackage-setup >= 0.0.1
default-language: Haskell2010 default-language: Haskell2010
source-repository head source-repository head