Skip to content

Commit

Permalink
Relax version constraint on persistent
Browse files Browse the repository at this point in the history
  • Loading branch information
tysonzero committed Mar 21, 2020
1 parent 4a9af7a commit 764caee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uuid-persistent.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: uuid-persistent
version: 0.0.0.0
version: 0.0.1.0
build-type: Simple
cabal-version: >=1.10

Expand All @@ -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
Expand Down

0 comments on commit 764caee

Please sign in to comment.