Skip to content

Commit

Permalink
Allow text-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Jan 1, 2022
1 parent 61929a2 commit 377f043
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions uuid-types/uuid-types.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 1.12
name: uuid-types
version: 1.0.5
x-revision: 1
x-revision: 2
copyright:
(c) 2017-2018 Herbert Valerio Riedel
(c) 2008-2014 Antoine Latter
Expand Down Expand Up @@ -55,7 +55,7 @@ library
, hashable >=1.2.7.0 && <1.5
, random >=1.1 && <1.3
, template-haskell >=2.7.0.0 && <2.19
, text >=1.2.3.0 && <1.3
, text >=1.2.3.0 && <1.3 || >=2.0 && <2.1

exposed-modules: Data.UUID.Types

Expand Down
3 changes: 2 additions & 1 deletion uuid/uuid.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cabal-version: 1.12
name: uuid
version: 1.3.15
x-revision: 1
copyright: (c) 2008-2014 Antoine Latter
author: Antoine Latter
maintainer: Oleg Grenrus <[email protected]>
Expand Down Expand Up @@ -49,7 +50,7 @@ library
, entropy >=0.3.7 && <0.5
, network-info >=0.2 && <0.3
, random >=1.1 && <1.3
, text >=1.2.3.0 && <1.3
, text >=1.2.3.0 && <1.3 || >=2.0 && <2.1
, time >=1.4 && <1.12

-- strict dependency on uuid-types,
Expand Down

0 comments on commit 377f043

Please sign in to comment.