Skip to content

Commit

Permalink
reverted to using GHC 7.8 as GHC 7.10 support in travis doesn't seem …
Browse files Browse the repository at this point in the history
…to be working
  • Loading branch information
mbeidler committed Dec 29, 2015
1 parent 2fe037e commit ff82227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: haskell
ghc: 7.10
ghc: 7.8
branches:
only:
- source
Expand Down
4 changes: 2 additions & 2 deletions TypeChecked.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ executable TypeChecked
main-is:
Site.hs
build-depends:
base >=4.8 && <5,
base >=4.7 && <5,
blaze-html,
hakyll
hakyll >=4.5
default-language: Haskell2010

0 comments on commit ff82227

Please sign in to comment.