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