Skip to content

Commit

Permalink
Add hspec-discover to package build-tools
Browse files Browse the repository at this point in the history
Fixes #111
  • Loading branch information
isovector committed Jun 16, 2019
1 parent 82f86ad commit 0a1ce2b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions package.yaml
Expand Up @@ -75,6 +75,8 @@ tests:
- -threaded
- -rtsopts
- -with-rtsopts=-N
build-tools:
- hspec-discover >= 2.0
dependencies:
- polysemy
- inspection-testing >= 0.4.1.1 && < 0.5
Expand Down
2 changes: 2 additions & 0 deletions polysemy-plugin/package.yaml
Expand Up @@ -36,6 +36,8 @@ tests:
- -rtsopts
- -with-rtsopts=-N
- -fplugin=Polysemy.Plugin
build-tools:
- hspec-discover >= 2.0
dependencies:
- polysemy >= 0.3
- polysemy-plugin
Expand Down
6 changes: 4 additions & 2 deletions polysemy-plugin/polysemy-plugin.cabal
@@ -1,10 +1,10 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9a040f308171214b9a89051497ae631abb3d59be089936a219a7159449a37a4c
-- hash: 23a79817050b23bbea757d488d2dca20d51fd3949f893f7898b29a9d0f1ea38c

name: polysemy-plugin
version: 0.2.1.0
Expand Down Expand Up @@ -63,6 +63,8 @@ test-suite polysemy-plugin-test
test
default-extensions: DataKinds DeriveFunctor FlexibleContexts GADTs LambdaCase PolyKinds RankNTypes ScopedTypeVariables StandaloneDeriving TypeApplications TypeOperators TypeFamilies UnicodeSyntax
ghc-options: -threaded -rtsopts -with-rtsopts=-N -fplugin=Polysemy.Plugin
build-tool-depends:
hspec-discover:hspec-discover >=2.0
build-depends:
base >=4.7 && <5
, containers >=0.6 && <=0.7
Expand Down
4 changes: 3 additions & 1 deletion polysemy.cabal
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 02b6e4a3462d770648c9c44b9ac2f80a3cdabac9e4aca802a609063ae66779ca
-- hash: b0c2017df2b347cf23d719d6420a5635f1d14bc71a5f8d12babc9ba302444323

name: polysemy
version: 0.4.0.0
Expand Down Expand Up @@ -101,6 +101,8 @@ test-suite polysemy-test
test
default-extensions: DataKinds DeriveFunctor FlexibleContexts GADTs LambdaCase PolyKinds RankNTypes ScopedTypeVariables StandaloneDeriving TypeApplications TypeOperators TypeFamilies UnicodeSyntax
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-tool-depends:
hspec-discover:hspec-discover >=2.0
build-depends:
base >=4.7 && <5
, containers >=0.6 && <=0.7
Expand Down

0 comments on commit 0a1ce2b

Please sign in to comment.