Skip to content

Commit

Permalink
re-enable nofib test suite
Browse files Browse the repository at this point in the history
This pkg split ultimately does not work however, because cabal does not handle package dependencies in the way I thought it would.

Some discussion here: haskell/cabal#1575
  • Loading branch information
tmcdonell committed Mar 20, 2018
1 parent 227282a commit f9a953e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
4 changes: 1 addition & 3 deletions accelerate.cabal
Expand Up @@ -490,16 +490,14 @@ test-suite doctest


test-suite nofib-interpreter
-- temporary
buildable: False

type: exitcode-stdio-1.0
hs-source-dirs: test/nofib
main-is: Main.hs

build-depends:
base >= 4.7
, accelerate
, accelerate-nofib >= 0.1

ghc-options:
-Wall
Expand Down
7 changes: 5 additions & 2 deletions stack-7.10.yaml
Expand Up @@ -7,17 +7,20 @@ packages:
- '.'

extra-deps:
- git: https://github.com/tmcdonell/accelerate-nofib.git
commit: a2940053040c29d1a7c07ef28e822fec06acce6b

- 'constraints-0.9.1'
- 'hedgehog-0.5.3'
- 'tasty-hedgehog-0.2.0.0'
- 'unique-0'
- 'wl-pprint-annotated-0.1.0.0'

# Override default flag values for local packages and extra-deps
flags: {}
# flags: {}

# Extra package databases containing global packages
extra-package-dbs: []
# extra-package-dbs: []

# Control whether we use the GHC we find on the path
# system-ghc: true
Expand Down
7 changes: 5 additions & 2 deletions stack-8.0.yaml
Expand Up @@ -7,13 +7,16 @@ packages:
- '.'

extra-deps:
- git: https://github.com/tmcdonell/accelerate-nofib.git
commit: a2940053040c29d1a7c07ef28e822fec06acce6b

- 'tasty-hedgehog-0.2.0.0'

# Override default flag values for local packages and extra-deps
flags: {}
# flags: {}

# Extra package databases containing global packages
extra-package-dbs: []
# extra-package-dbs: []

# Control whether we use the GHC we find on the path
# system-ghc: true
Expand Down
6 changes: 4 additions & 2 deletions stack-8.2.yaml
@@ -1,12 +1,14 @@
# For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md
# vim: nospell

resolver: lts-10.0
resolver: lts-11.0

packages:
- '.'

extra-deps: []
extra-deps:
- git: https://github.com/tmcdonell/accelerate-nofib.git
commit: a2940053040c29d1a7c07ef28e822fec06acce6b

# Override default flag values for local packages and extra-deps
# flags: {}
Expand Down
5 changes: 5 additions & 0 deletions stack-8.4.yaml
Expand Up @@ -7,9 +7,14 @@ packages:
- '.'

extra-deps:
- git: https://github.com/tmcdonell/accelerate-nofib.git
commit: a2940053040c29d1a7c07ef28e822fec06acce6b

- git: https://github.com/deepfire/hashtables.git
commit: b9eb4b10a50bd6250330422afecc065339a32412

- 'tasty-hedgehog-0.2.0.0'

# Override default flag values for local packages and extra-deps
# flags: {}

Expand Down

0 comments on commit f9a953e

Please sign in to comment.