We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97a352 commit 4e90308Copy full SHA for 4e90308
doc/tutorial/tutorial.cabal
@@ -56,5 +56,8 @@ test-suite spec
56
default-language: Haskell2010
57
hs-source-dirs: test
58
main-is: Spec.hs
59
- build-depends:
60
- base == 4.*
+ build-depends: base == 4.*
+ , tutorial
61
+ , hspec
62
+ , hspec-wai
63
+ , string-conversions
stack.yaml
@@ -21,4 +21,4 @@ extra-deps:
21
- markdown-unlit-0.4.0
22
- aeson-0.11.0.0
23
- fail-4.9.0.0
24
-resolver: nightly-2015-10-08
+resolver: nightly-2016-03-17
0 commit comments