Skip to content

Commit 4e90308

Browse files
jkarnisoenkehahn
authored andcommitted
Fix compilation
1 parent b97a352 commit 4e90308

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc/tutorial/tutorial.cabal

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,8 @@ test-suite spec
5656
default-language: Haskell2010
5757
hs-source-dirs: test
5858
main-is: Spec.hs
59-
build-depends:
60-
base == 4.*
59+
build-depends: base == 4.*
60+
, tutorial
61+
, hspec
62+
, hspec-wai
63+
, string-conversions

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ extra-deps:
2121
- markdown-unlit-0.4.0
2222
- aeson-0.11.0.0
2323
- fail-4.9.0.0
24-
resolver: nightly-2015-10-08
24+
resolver: nightly-2016-03-17

0 commit comments

Comments
 (0)