Browse Source

Update LTS Haskell to 6.3

Isamu Mogi 9 years ago
parent
commit
901835d7c4

+ 1 - 1
frameworks/Haskell/snap/README.md

@@ -10,7 +10,7 @@ The tests were run with:
 * GHC 7.10.3
 * snap-core 0.9.8.0
 * snap-server 0.9.5.1
-* aeson 0.9.0.1
+* aeson 0.11.2.0
 * configurator 0.3.0.0
 * resource-pool 0.2.3.2
 * mysql-simple 0.2.2.5

+ 1 - 1
frameworks/Haskell/snap/bench/stack.yaml

@@ -2,4 +2,4 @@ flags: {}
 packages:
 - '.'
 extra-deps: []
-resolver: lts-5.14
+resolver: lts-6.3

+ 2 - 3
frameworks/Haskell/spock/stack.yaml

@@ -2,14 +2,13 @@
 # For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration/
 
 # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
-resolver: lts-5.4
+resolver: lts-6.3
 
 # Local packages, usually specified by relative directory name
 packages:
 - '.'
 # Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
-extra-deps:
-- aeson-0.11.0.0
+extra-deps: []
 
 # Override default flag values for local packages and extra-deps
 flags: {}

+ 1 - 1
frameworks/Haskell/wai/bench/stack.yaml

@@ -2,4 +2,4 @@ flags: {}
 packages:
 - '.'
 extra-deps: []
-resolver: lts-5.14
+resolver: lts-6.3

+ 1 - 1
frameworks/Haskell/yesod/README.md

@@ -5,5 +5,5 @@ This is the Yesod portion of a [benchmarking test suite](../) comparing a variet
 
 ## Infrastructure Software Versions
 The tests were run with:
-* GHC 7.8.3
+* GHC 7.10.3
 * Yesod 1.4

+ 2 - 4
frameworks/Haskell/yesod/bench/stack.yaml

@@ -1,7 +1,5 @@
 flags: {}
 packages:
 - '.'
-extra-deps:
-- pool-conduit-0.1.2.3
-- monad-control-0.3.3.1
-resolver: lts-5.0
+extra-deps: []
+resolver: lts-6.3