Add dependency constraints

This commit is contained in:
Hans Hoeglund 2020-04-16 16:01:27 +01:00
parent 586775de0e
commit c2e0e0ff7a

View File

@ -1,6 +1,6 @@
name: iso-deriving
version: 0.0.1
version: 0.0.2
author: Hans Hoeglund
maintainer: Hans Hoeglund <hans.hoeglund@tweag.io>
license: MIT
@ -24,7 +24,7 @@ source-repository head
location: git://github.com/hanshoglund/iso-deriving.git
library
build-depends: base,
build-depends: base >= 4.13 && < 5,
profunctors
exposed-modules: Iso.Deriving