diff options
author | Anton Gushcha <NCrashed@gmail.com> | 2017-01-23 05:21:14 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-23 05:21:14 +0400 |
commit | 05fe739cef8cb65d1b49ce7c55036f51021a670a (patch) | |
tree | 9092a31a30b8a5bbdeee9fbb9520044ec6d0c902 /lambdacube-gl.cabal | |
parent | 34d9d28e477c36bff04fbe72e4625f84d3f35f8b (diff) |
Update lambdacube-gl.cabal
Bump time version
Diffstat (limited to 'lambdacube-gl.cabal')
-rw-r--r-- | lambdacube-gl.cabal | 2 |
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, |