Skip to content

Commit

Permalink
Use ghc-exactprint from hackage again
Browse files Browse the repository at this point in the history
  • Loading branch information
alanz committed Feb 9, 2017
1 parent 32d0b9e commit ea029eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -47,9 +47,9 @@ install:
- cabal --version
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
- travis_retry cabal update
- |
git clone https://github.com/alanz/ghc-exactprint.git
(cd ghc-exactprint && git checkout master && cabal install)
# - |
# git clone https://github.com/alanz/ghc-exactprint.git
# (cd ghc-exactprint && git checkout master && cabal install)
# - |
# git clone https://github.com/DanielG/cabal-helper.git
# (cd cabal-helper && git checkout master && cabal install)
Expand Down
6 changes: 3 additions & 3 deletions HaRe.cabal
Expand Up @@ -42,7 +42,7 @@ Category: Development, Refactoring
Cabal-Version: >= 1.8
Build-Type: Simple

tested-with: GHC == 7.10.3, GHC == 8.0.1
tested-with: GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2

data-files: elisp/*.el
configure.sh
Expand Down Expand Up @@ -121,7 +121,7 @@ Library
, directory
, filepath
, ghc
, ghc-exactprint >= 0.5.3.0
, ghc-exactprint == 0.5.3.*
, ghc-mod >= 5.7.0.0
, ghc-syb-utils
, hslogger
Expand Down Expand Up @@ -266,7 +266,7 @@ test-suite spec
, directory
, foldl
, ghc
, ghc-exactprint >= 0.5.3.0
, ghc-exactprint == 0.5.3.*
, ghc-mod >= 5.7.0.0
, ghc-syb-utils
, hslogger
Expand Down
3 changes: 1 addition & 2 deletions cabal.project
@@ -1,2 +1 @@
packages: .
../../alanz/ghc-exactprint
packages: .

0 comments on commit ea029eb

Please sign in to comment.