summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2017-01-23 08:16:18 +0000
committerGitHub <noreply@github.com>2017-01-23 08:16:18 +0000
commit11749fd3c9d5e56b7e696d89908226fbe827aa10 (patch)
tree9092a31a30b8a5bbdeee9fbb9520044ec6d0c902
parent34d9d28e477c36bff04fbe72e4625f84d3f35f8b (diff)
parent05fe739cef8cb65d1b49ce7c55036f51021a670a (diff)
Merge pull request #4 from NCrashed/patch-1
Bump time version
-rw-r--r--lambdacube-gl.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/lambdacube-gl.cabal b/lambdacube-gl.cabal
index a5e720b..d9bdf67 100644
--- a/lambdacube-gl.cabal
+++ b/lambdacube-gl.cabal
@@ -125,7 +125,7 @@ executable lambdacube-gl-test-client
125 base < 5, 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.7,
129 exceptions >= 0.8 && <0.9, 129 exceptions >= 0.8 && <0.9,
130 bytestring >=0.10 && <0.11, 130 bytestring >=0.10 && <0.11,
131 base64-bytestring >=1 && <1.1, 131 base64-bytestring >=1 && <1.1,