Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Commit

Permalink
Modified GHC versions to test for.
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <alex@centromere.net>
  • Loading branch information
Alex committed Jul 30, 2014
1 parent fa14a1f commit 31995b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Expand Up @@ -7,7 +7,6 @@
# release of a major GHC version. Setting HPVER implictly sets
# GHCVER. Omit lines with versions you don't need/want testing for.
env:
- GHCVER=6.12.3
- GHCVER=7.0.1
- GHCVER=7.0.2
- GHCVER=7.0.3
Expand All @@ -19,12 +18,14 @@ env:
- GHCVER=7.6.1
- GHCVER=7.6.2
- GHCVER=7.6.3
- GHCVER=7.8.1
- GHCVER=7.8.2
- GHCVER=7.8.3
- GHCVER=head
- HPVER=2013.2.0.0
- HPVER=2012.4.0.0
- HPVER=2012.2.0.0
#- HPVER=2011.4.0.0
# - HPVER=2012.4.0.0
# - HPVER=2012.2.0.0
# - HPVER=2011.4.0.0

matrix:
allow_failures:
Expand All @@ -38,7 +39,7 @@ before_install:

"2013.2.0.0")
export GHCVER=7.6.3 ;
echo "constraints:async==2.0.1.4,attoparsec==0.10.4.0,case-insensitive==1.0.0.1,cgi==3001.1.7.5,fgl==5.4.2.4,GLUT==2.4.0.0,GLURaw==1.3.0.0,haskell-src==1.0.1.5,hashable==1.1.2.5,html==1.0.1.2,HTTP==4000.2.8,HUnit==1.2.5.2,mtl==2.1.2,network==2.4.1.2,OpenGL==2.8.0.0,OpenGLRaw==1.3.0.0,parallel==3.2.0.3,parsec==3.1.3,QuickCheck==2.6,random==1.0.1.1,regex-base==0.93.2,regex-compat==0.95.1,regex-posix==0.95.2,split==0.2.2,stm==2.4.2,syb==0.4.0,text==0.11.3.1,transformers==0.3.0.0,unordered-containers==0.2.3.0,vector==0.10.0.1,xhtml==3000.2.1,zlib==0.5.4.1" > cabal.config ;;
echo "constraints:async==2.0.1.4,attoparsec==0.10.4.0,case-insensitive==1.0.0.1,cgi==3001.1.7.5,fgl==5.4.2.4,GLUT==2.4.0.0,GLURaw==1.3.0.0,haskell-src==1.0.1.5,hashable==1.1.2.5,html==1.0.1.2,HTTP==4000.2.8,HUnit==1.2.5.2,mtl==2.1.2,network==2.4.1.2,OpenGL==2.8.0.0,OpenGLRaw==1.3.0.0,parallel==3.2.0.3,parsec==3.1.3,QuickCheck==2.7,random==1.0.1.1,regex-base==0.93.2,regex-compat==0.95.1,regex-posix==0.95.2,split==0.2.2,stm==2.4.2,syb==0.4.0,text==0.11.3.1,transformers==0.3.0.0,unordered-containers==0.2.3.0,vector==0.10.0.1,xhtml==3000.2.1,zlib==0.5.4.1" > cabal.config ;;

"2012.4.0.0")
export GHCVER=7.6.2 ;
Expand Down
7 changes: 4 additions & 3 deletions nacl.cabal
Expand Up @@ -11,9 +11,10 @@ author: Austin Seipp
maintainer: Austin Seipp <aseipp@pobox.com>
build-type: Simple
cabal-version: >=1.10
tested-with: GHC == 6.12.3, GHC == 7.0.1, GHC == 7.0.2, GHC == 7.0.3,
GHC == 7.0.4, GHC == 7.2.1, GHC == 7.2.2, GHC == 7.4.1,
GHC == 7.4.2, GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3
tested-with: GHC == 7.0.1, GHC == 7.0.2, GHC == 7.0.3, GHC == 7.0.4,
GHC == 7.2.1, GHC == 7.2.2, GHC == 7.4.1, GHC == 7.4.2,
GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3, GHC == 7.8.1,
GHC == 7.8.2, GHC == 7.8.3

description:
NaCl (pronounced \"salt\") is a safe, high-speed, easy to use
Expand Down

0 comments on commit 31995b8

Please sign in to comment.