summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-11-16 17:00:20 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-11-16 17:00:20 +0100
commit2f7f5032a8ddaa968b53476c8ae070d1d2961691 (patch)
tree1fe739e5a3ebb3109a204d543574628f5e989997
parent5273d5bcb66fa099d13effc155137fd7e47a4db0 (diff)
relax base version constraint
-rw-r--r--lambdacube-gl.cabal10
1 files changed, 5 insertions, 5 deletions
diff --git a/lambdacube-gl.cabal b/lambdacube-gl.cabal
index fc29871..e9a8e71 100644
--- a/lambdacube-gl.cabal
+++ b/lambdacube-gl.cabal
@@ -1,5 +1,5 @@
1name: lambdacube-gl 1name: lambdacube-gl
2version: 0.5.1.1 2version: 0.5.1.2
3synopsis: OpenGL 3.3 Core Profile backend for LambdaCube 3D 3synopsis: OpenGL 3.3 Core Profile backend for LambdaCube 3D
4description: OpenGL 3.3 Core Profile backend for LambdaCube 3D 4description: OpenGL 3.3 Core Profile backend for LambdaCube 3D
5homepage: http://lambdacube3d.com 5homepage: http://lambdacube3d.com
@@ -49,7 +49,7 @@ library
49 -- other-modules: 49 -- other-modules:
50 -- other-extensions: 50 -- other-extensions:
51 build-depends: 51 build-depends:
52 base >=4.7 && <4.9, 52 base >=4.7 && <5,
53 containers >=0.5 && <0.6, 53 containers >=0.5 && <0.6,
54 mtl >=2.2 && <2.3, 54 mtl >=2.2 && <2.3,
55 bytestring >=0.10 && <0.11, 55 bytestring >=0.10 && <0.11,
@@ -73,7 +73,7 @@ executable lambdacube-gl-hello
73 73
74 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 74 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
75 build-depends: 75 build-depends:
76 base < 4.9, 76 base < 5,
77 containers >=0.5 && <0.6, 77 containers >=0.5 && <0.6,
78 bytestring >=0.10 && <0.11, 78 bytestring >=0.10 && <0.11,
79 vector >=0.11 && <0.12, 79 vector >=0.11 && <0.12,
@@ -95,7 +95,7 @@ executable lambdacube-gl-hello-obj
95 95
96 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 96 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
97 build-depends: 97 build-depends:
98 base < 4.9, 98 base < 5,
99 containers >=0.5 && <0.6, 99 containers >=0.5 && <0.6,
100 mtl >=2.2 && <2.3, 100 mtl >=2.2 && <2.3,
101 text >= 1.2 && <1.3, 101 text >= 1.2 && <1.3,
@@ -122,7 +122,7 @@ executable lambdacube-gl-test-client
122 122
123 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 123 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
124 build-depends: 124 build-depends:
125 base < 4.9, 125 base < 5,
126 containers >=0.5 && <0.6, 126 containers >=0.5 && <0.6,
127 text >= 1.2 && <1.3, 127 text >= 1.2 && <1.3,
128 time >= 1.5 && <1.6, 128 time >= 1.5 && <1.6,