From c2e0e0ff7a7d91280b115c80dab8cfbd0a31db18 Mon Sep 17 00:00:00 2001 From: Hans Hoeglund Date: Thu, 16 Apr 2020 16:01:27 +0100 Subject: [PATCH] Add dependency constraints --- iso-deriving.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iso-deriving.cabal b/iso-deriving.cabal index 743cdf9..4ae80ff 100755 --- a/iso-deriving.cabal +++ b/iso-deriving.cabal @@ -1,6 +1,6 @@ name: iso-deriving -version: 0.0.1 +version: 0.0.2 author: Hans Hoeglund maintainer: Hans Hoeglund 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