Skip to content

Commit

Permalink
added build-tools: hspec-discover
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 11, 2024
1 parent 273679e commit 5282152
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo extraLibDirs="--extra-lib-dirs /opt/homebrew/opt/llvm@13/lib" >> $GITHUB_ENV
echo extraIncludeDirsLLVM="--extra-include-dirs /opt/homebrew/opt/llvm@13/include" >> $GITHUB_ENV
echo extraIncludeDirsFFI="--extra-include-dirs /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/ffi" >> $GITHUB_ENV
- name: Setup Haskell macos
- name: Setup Haskell
id: setup-haskell-stack
uses: haskell-actions/[email protected]
with:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- ubuntu-latest
- windows-latest
steps:
- name: Setup Haskell macos
- name: Setup Haskell
id: setup-haskell-cabal
uses: haskell-actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion chunked-data/chunked-data.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.7.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
4 changes: 3 additions & 1 deletion classy-prelude-conduit/classy-prelude-conduit.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.7.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -50,6 +50,8 @@ test-suite spec
Paths_classy_prelude_conduit
hs-source-dirs:
test
build-tool-depends:
hspec-discover:hspec-discover
build-depends:
QuickCheck
, base >=4.13 && <5
Expand Down
1 change: 1 addition & 0 deletions classy-prelude-conduit/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ tests:
- classy-prelude-conduit
- QuickCheck
- conduit
build-tools: hspec-discover
2 changes: 1 addition & 1 deletion classy-prelude-yesod/classy-prelude-yesod.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.7.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
4 changes: 3 additions & 1 deletion classy-prelude/classy-prelude.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.2.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -69,6 +69,8 @@ test-suite test
hs-source-dirs:
test
ghc-options: -Wall
build-tool-depends:
hspec-discover:hspec-discover
build-depends:
QuickCheck
, base >=4.13 && <5
Expand Down
1 change: 1 addition & 0 deletions classy-prelude/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ tests:
- hspec >=1.3
- QuickCheck
- containers
build-tools: hspec-discover
2 changes: 1 addition & 1 deletion minlen/minlen.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.7.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.7.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
2 changes: 2 additions & 0 deletions mono-traversable/mono-traversable.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ test-suite test
hs-source-dirs:
test
ghc-options: -O0
build-tool-depends:
hspec-discover:hspec-discover
build-depends:
HUnit
, QuickCheck
Expand Down
1 change: 1 addition & 0 deletions mono-traversable/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ tests:
- containers
- unordered-containers
- foldl
build-tools: hspec-discover
benchmarks:
all:
main: main.hs
Expand Down
4 changes: 3 additions & 1 deletion mutable-containers/mutable-containers.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.7.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -55,6 +55,8 @@ test-suite test
Paths_mutable_containers
hs-source-dirs:
test
build-tool-depends:
hspec-discover:hspec-discover
build-depends:
QuickCheck
, base >=4.13 && <5
Expand Down
1 change: 1 addition & 0 deletions mutable-containers/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ tests:
- hspec
- QuickCheck
- primitive
build-tools: hspec-discover
benchmarks:
deque:
main: deque.hs
Expand Down

0 comments on commit 5282152

Please sign in to comment.