Skip to content

Commit

Permalink
Don't try any version older than 7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Rosén committed Oct 20, 2014
1 parent bbe8588 commit 93f72a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
@@ -1,15 +1,12 @@
language: haskell

ghc:
- 7.4
- 7.6
- 7.8

before_install:
- rm ~/.ghc ~/.cabal -rf # force reinstallation of everything
- export PATH=$HOME/.cabal/bin:$PATH
- cabal update
- if [ $(ghc --numeric-version | sed 's/\.//g' ) -gt 780 ]; then cabal install alex; fi
- cabal install alex
- which alex
- alex --version
- echo "deb http://cvc4.cs.nyu.edu/debian/ unstable/" | sudo tee -a /etc/apt/sources.list
Expand All @@ -19,11 +16,11 @@ before_install:
- sudo apt-get install alt-ergo spass
- git clone https://github.com/nick8325/quickcheck.git
- git clone https://github.com/nick8325/quickspec.git
- cabal install --ghc-options=-dynamic --enable-shared --enable-executable-dynamic -f-pretty quickspec/ quickcheck/ . --only-dependencies
- cabal install --ghc-options=-dynamic --enable-shared --enable-executable-dynamic -f-pretty quickspec/ quickcheck/
- cabal install quickspec/ quickcheck/ . --only-dependencies
- cabal install quickspec/ quickcheck/

install:
- cabal install --ghc-options=-dynamic --enable-shared --enable-executable-dynamic -f-pretty
- cabal install

script:
- ./run_tests.sh
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -57,7 +57,7 @@ The property and some lemmas conjectured by QuickSpec have been proved! Success!

## Installation instructions

HipSpec is maintained for GHC 7.4.1, 7.6.3 and 7.8.3.
HipSpec is maintained for GHC 7.8.3.

You need to have the development version of QuickSpec. It can be obtained by
cloning that repository:
Expand Down
2 changes: 1 addition & 1 deletion hipspec.cabal
Expand Up @@ -12,7 +12,7 @@ bug-reports: http://www.github.com/danr/hipspec/issues
category: Language
build-type: Simple
cabal-version: >=1.6
tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.3
tested-with: GHC == 7.8.3
synopsis: HipSpec: prove properties of Haskell programs, with theory exploration from QuickSpec
description: Upp till bevis!

Expand Down

0 comments on commit 93f72a2

Please sign in to comment.