Skip to content

Commit

Permalink
Allow text-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim authored and kcsongor committed Jun 27, 2022
1 parent cdca37a commit 45a1bf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generic-lens-core/generic-lens-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ library
, Data.Generics.Product.Internal.HList

build-depends: base >= 4.11 && < 5
, text >= 1.2 && < 1.3
, text >= 1.2 && < 1.3 || >= 2.0 && < 2.1
, indexed-profunctors >= 0.1 && < 1.0

hs-source-dirs: src
Expand Down
2 changes: 1 addition & 1 deletion generic-lens/generic-lens.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ library
build-depends: base >= 4.11 && < 5
, generic-lens-core == 2.2.1.0
, profunctors
, text >= 1.2 && < 1.3
, text >= 1.2 && < 1.3 || >= 2.0 && < 2.1

hs-source-dirs: src
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion generic-optics/generic-optics.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ library
build-depends: base >= 4.11 && < 5
, generic-lens-core == 2.2.1.0
, optics-core >= 0.2 && < 1.0
, text >= 1.2 && < 1.3
, text >= 1.2 && < 1.3 || >= 2.0 && < 2.1

hs-source-dirs: src
default-language: Haskell2010
Expand Down

0 comments on commit 45a1bf2

Please sign in to comment.