Skip to content

Commit

Permalink
bump ghc ver in travis, provide full tested-with window
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Apr 12, 2014
1 parent 71165ab commit 261f3b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: haskell
env:
- GHCVER=7.4.2
- GHCVER=7.6.3
- GHCVER=7.8.1
- GHCVER=7.8.2
- GHCVER=head
# - >
# GHCVER=7.4.2
Expand Down
2 changes: 1 addition & 1 deletion lens.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bug-reports: http://github.com/ekmett/lens/issues
copyright: Copyright (C) 2012-2014 Edward A. Kmett
build-type: Custom
-- build-tools: cpphs
tested-with: GHC == 7.6.3
tested-with: GHC == 7.4.1, GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.1, GHC == 7.8.2
synopsis: Lenses, Folds and Traversals
description:
This package comes \"Batteries Included\" with many useful lenses for the types
Expand Down

0 comments on commit 261f3b5

Please sign in to comment.