From 764caee1f3496157ecb7441f69756043ca9216d4 Mon Sep 17 00:00:00 2001 From: tysonzero Date: Sat, 21 Mar 2020 15:54:07 -0400 Subject: [PATCH] Relax version constraint on persistent --- uuid-persistent.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uuid-persistent.cabal b/uuid-persistent.cabal index d0f5935..3f486fc 100644 --- a/uuid-persistent.cabal +++ b/uuid-persistent.cabal @@ -1,5 +1,5 @@ name: uuid-persistent -version: 0.0.0.0 +version: 0.0.1.0 build-type: Simple cabal-version: >=1.10 @@ -8,7 +8,7 @@ library ghc-options: -O2 -Wall -Wno-orphans default-language: Haskell2010 build-depends: base >=4.12.0 && <4.13 - , persistent >=2.9.2 && <2.10 + , persistent >=2.9.2 && <2.11 , text >=1.2.3 && <1.3 , uuid-path-pieces >=0.0.0 && <0.1 , uuid-types >=1.0.3 && <1.1