From a0bf64b83dd218d1ea29823749dcfa8a6ee959a9 Mon Sep 17 00:00:00 2001 From: Csaba Hruska Date: Sun, 30 Jul 2017 15:05:28 +0200 Subject: update to stackage lts-9.0 --- lambdacube-ir.haskell/lambdacube-ir.cabal | 8 ++++---- stack.yaml | 2 +- 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 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: lambdacube-ir -version: 0.3.0.1 +version: 0.3.1.0 synopsis: LambdaCube 3D intermediate representation of 3D graphics pipelines description: LambdaCube 3D intermediate representation of 3D graphics pipelines license: BSD3 @@ -25,11 +25,11 @@ library -- other-modules: other-extensions: OverloadedStrings, RecordWildCards, DeriveFunctor -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository - build-depends: base >=4.8 && <4.10, + build-depends: base >=4.9 && <4.10, containers >=0.5 && <0.6, - vector >=0.11 && <0.12, + vector >=0.12 && <0.13, text >=1.2 && <1.3, - aeson >=0.9 && <0.12, + aeson >=1.1 && <1.2, mtl >=2.2 && <2.3 hs-source-dirs: src 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 @@ -resolver: lts-4.1 +resolver: lts-9.0 packages: - lambdacube-ir.haskell extra-deps: [] -- cgit v1.2.3