diff options
Diffstat (limited to 'lambdacube-gl.cabal')
-rw-r--r-- | lambdacube-gl.cabal | 10 |
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 @@ | |||
1 | name: lambdacube-gl | 1 | name: lambdacube-gl |
2 | version: 0.5.1.1 | 2 | version: 0.5.1.2 |
3 | synopsis: OpenGL 3.3 Core Profile backend for LambdaCube 3D | 3 | synopsis: OpenGL 3.3 Core Profile backend for LambdaCube 3D |
4 | description: OpenGL 3.3 Core Profile backend for LambdaCube 3D | 4 | description: OpenGL 3.3 Core Profile backend for LambdaCube 3D |
5 | homepage: http://lambdacube3d.com | 5 | homepage: 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, |