Skip to content

Commit

Permalink
Merge pull request #2 from hvr/master
Browse files Browse the repository at this point in the history
Fix compilation with GHC 7.2.1
  • Loading branch information
ekmett committed Aug 15, 2011
2 parents daf2233 + 20b8be3 commit 8e825f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-lens-template.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ library
build-depends:
data-lens >= 2.0 && < 2.1,
base >= 1.0 && < 5,
template-haskell >= 2.4 && < 2.6
template-haskell >= 2.4 && < 2.7

exposed-modules:
Data.Lens.Template
Expand Down

0 comments on commit 8e825f7

Please sign in to comment.