From 8d0fe63e780f172df3890417190146378abe265d Mon Sep 17 00:00:00 2001 From: Hans Hoeglund Date: Thu, 16 Apr 2020 19:17:55 +0100 Subject: [PATCH] Fix description and base version bound --- iso-deriving.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iso-deriving.cabal b/iso-deriving.cabal index a8aafe1..88ccea2 100755 --- a/iso-deriving.cabal +++ b/iso-deriving.cabal @@ -5,7 +5,7 @@ author: Hans Hoeglund maintainer: Hans Hoeglund license: MIT license-file: LICENSE -synopsis: A set of libraries for composition, analysis and manipulation of music. +synopsis: Deriving via arbitrary isomorphisms. category: Generics tested-with: GHC build-type: Simple @@ -28,7 +28,7 @@ flag strict default: False library - build-depends: base >= 4.13 && < 5, + build-depends: base >= 4.12 && < 5, profunctors exposed-modules: Iso.Deriving