Skip to content

Commit ee757b7

Browse files
authored
Merge pull request #159 from haskell-works/upgrade-generic-lens-version
Upgrade generic-lens version
2 parents 383d8e6 + 16aa220 commit ee757b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw-json.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ common bytestring { build-depends: bytestring >= 0.1
4848
common criterion { build-depends: criterion >= 1.4 && < 1.6 }
4949
common directory { build-depends: directory >= 1.3 && < 1.4 }
5050
common dlist { build-depends: dlist >= 0.8 && < 0.9 }
51-
common generic-lens { build-depends: generic-lens >= 1.1.0.0 && < 1.2 }
51+
common generic-lens { build-depends: generic-lens >= 1.1.0.0 && < 1.3 }
5252
common hedgehog { build-depends: hedgehog >= 0.6 && < 1.1 }
5353
common hspec { build-depends: hspec >= 2.4 && < 3 }
5454
common hw-balancedparens { build-depends: hw-balancedparens >= 0.3.0.0 && < 0.4 }

0 commit comments

Comments
 (0)