summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2017-07-30 15:05:28 +0200
committerCsaba Hruska <csaba.hruska@gmail.com>2017-07-30 15:05:28 +0200
commita0bf64b83dd218d1ea29823749dcfa8a6ee959a9 (patch)
treed1ed3899464e91a761443ffeeb9e98cb8e13607f
parent71a95dc78083ad5c46f338b248d40fdfdb7b44c4 (diff)
update to stackage lts-9.0
-rw-r--r--lambdacube-ir.haskell/lambdacube-ir.cabal8
-rw-r--r--stack.yaml2
2 files changed, 5 insertions, 5 deletions
diff --git a/lambdacube-ir.haskell/lambdacube-ir.cabal b/lambdacube-ir.haskell/lambdacube-ir.cabal
index 98120b8..021151d 100644
--- a/lambdacube-ir.haskell/lambdacube-ir.cabal
+++ b/lambdacube-ir.haskell/lambdacube-ir.cabal
@@ -2,7 +2,7 @@
2-- documentation, see http://haskell.org/cabal/users-guide/ 2-- documentation, see http://haskell.org/cabal/users-guide/
3 3
4name: lambdacube-ir 4name: lambdacube-ir
5version: 0.3.0.1 5version: 0.3.1.0
6synopsis: LambdaCube 3D intermediate representation of 3D graphics pipelines 6synopsis: LambdaCube 3D intermediate representation of 3D graphics pipelines
7description: LambdaCube 3D intermediate representation of 3D graphics pipelines 7description: LambdaCube 3D intermediate representation of 3D graphics pipelines
8license: BSD3 8license: BSD3
@@ -25,11 +25,11 @@ library
25 -- other-modules: 25 -- other-modules:
26 other-extensions: OverloadedStrings, RecordWildCards, DeriveFunctor 26 other-extensions: OverloadedStrings, RecordWildCards, DeriveFunctor
27 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 27 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
28 build-depends: base >=4.8 && <4.10, 28 build-depends: base >=4.9 && <4.10,
29 containers >=0.5 && <0.6, 29 containers >=0.5 && <0.6,
30 vector >=0.11 && <0.12, 30 vector >=0.12 && <0.13,
31 text >=1.2 && <1.3, 31 text >=1.2 && <1.3,
32 aeson >=0.9 && <0.12, 32 aeson >=1.1 && <1.2,
33 mtl >=2.2 && <2.3 33 mtl >=2.2 && <2.3
34 hs-source-dirs: src 34 hs-source-dirs: src
35 default-language: Haskell2010 35 default-language: Haskell2010
diff --git a/stack.yaml b/stack.yaml
index 1079fe8..bd72f13 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,4 +1,4 @@
1resolver: lts-4.1 1resolver: lts-9.0
2packages: 2packages:
3- lambdacube-ir.haskell 3- lambdacube-ir.haskell
4extra-deps: [] 4extra-deps: []