Skip to content

Commit

Permalink
Tighten version bounds on subpackges (fixes #249)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgundry committed Sep 6, 2019
1 parent 78c20f9 commit 2617307
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion generic-optics/generic-optics.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ library

build-depends: base >= 4.9 && <5
, generic-lens >= 1.1 && <1.3
, optics-core >= 0.1 && <1
, optics-core >= 0.1 && <0.2
, profunctors >= 5.0 && <6.0

exposed-modules: Optics.Generic.Product.Fields
2 changes: 1 addition & 1 deletion optics-extra/optics-extra.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ library
, containers >= 0.5.7.1 && <0.7
, hashable >= 1.1.1 && <1.4
, mtl >= 2.2.2 && <2.3
, optics-core >= 0.1 && <1.0
, optics-core >= 0.1 && <0.1.1
, text >= 1.2 && <1.3
, transformers >= 0.5 && <0.6
, unordered-containers >= 0.2.6 && <0.3
Expand Down
2 changes: 1 addition & 1 deletion optics-sop/optics-sop.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ library

build-depends: base >=4.9 && <5
, generics-sop >=0.3.1.0 && <0.6
, optics-core >=0.1 && <1
, optics-core >=0.1 && <0.2

exposed-modules: Optics.SOP
Optics.SOP.ToTuple
Expand Down
2 changes: 1 addition & 1 deletion optics-th/optics-th.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ library
build-depends: base >= 4.9 && <5
, containers >= 0.5.7.1 && <0.7
, mtl >= 2.2.2 && <2.3
, optics-core >= 0.1 && <1
, optics-core >= 0.1 && <0.2
, template-haskell >= 2.11 && <2.16
, th-abstraction >= 0.2.1 && <0.4
, transformers >= 0.5 && <0.6
Expand Down
2 changes: 1 addition & 1 deletion optics-vl/optics-vl.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ library
hs-source-dirs: src

build-depends: base >= 4.9 && <5
, optics-core >= 0.1 && <1
, optics-core >= 0.1 && <0.2
, profunctors >= 5.0 && <6.0

ghc-options: -Wall
Expand Down
6 changes: 3 additions & 3 deletions optics/optics.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ library
, array >= 0.5.1.1 && <0.6
, containers >= 0.5.7.1 && <0.7
, mtl >= 2.2.2 && <2.3
, optics-core >= 0.1 && <1
, optics-extra >= 0.1 && <1
, optics-th >= 0.1 && <1
, optics-core >= 0.1 && <0.1.1
, optics-extra >= 0.1 && <0.1.1
, optics-th >= 0.1 && <0.1.1
, transformers >= 0.5 && <0.6

-- main module to land with repl
Expand Down
2 changes: 1 addition & 1 deletion template-haskell-optics/template-haskell-optics.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ library
ghc-options: -Wall

build-depends: base >= 4.9 && <5
, optics-core >= 0.1 && <1
, optics-core >= 0.1 && <0.2
, containers >= 0.5.7.1 && <0.7
, template-haskell >= 2.11 && <2.15

Expand Down

0 comments on commit 2617307

Please sign in to comment.