Skip to content

Commit 5dfc1f5

Browse files
authored
Merge pull request #6 from haskell-works/upgrade-generic-lens-version
Upgrade generic-lens version
2 parents f6b0f2a + 21ac778 commit 5dfc1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw-json-simple-cursor.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ common base { build-depends: base >= 4
4242
common bytestring { build-depends: bytestring >= 0.10.6 && < 0.11 }
4343
common criterion { build-depends: criterion >= 1.4 && < 1.6 }
4444
common directory { build-depends: directory >= 1.3 && < 1.4 }
45-
common generic-lens { build-depends: generic-lens >= 1.1.0.0 && < 1.2 }
45+
common generic-lens { build-depends: generic-lens >= 1.1.0.0 && < 1.3 }
4646
common hedgehog { build-depends: hedgehog >= 0.6 && < 1.1 }
4747
common hspec { build-depends: hspec >= 2.4 && < 3 }
4848
common hw-balancedparens { build-depends: hw-balancedparens >= 0.3.0.0 && < 0.4 }

0 commit comments

Comments
 (0)