tweak constraint bounds

This commit is contained in:
Andrew Martin 2018-07-03 06:19:52 -04:00
parent 06b5ffcd40
commit 8f0861d52e
No known key found for this signature in database
GPG Key ID: 4FEE56C538F773B4

View File

@ -1,5 +1,5 @@
name: colonnade
version: 1.2.0
version: 1.2.0.1
synopsis: Generic types and functions for columnar encoding and decoding
description:
The `colonnade` package provides a way to talk about
@ -36,11 +36,11 @@ library
Colonnade.Encode
build-depends:
base >= 4.9 && < 5
, contravariant >= 1.2 && < 1.5
, contravariant >= 1.2 && < 1.6
, vector >= 0.10 && < 0.13
, text >= 1.0 && < 1.3
, bytestring >= 0.10 && < 0.11
, profunctors >= 4.0 && < 5.3
, profunctors >= 5.0 && < 5.4
default-language: Haskell2010
ghc-options: -Wall