Skip to content

Commit fa80784

Browse files
Modifying Travis CI to use an explict path for cabal.
1 parent 0886fe3 commit fa80784

File tree

3 files changed

+295
-300
lines changed

3 files changed

+295
-300
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ ghc:
1515
- "7.10.3"
1616

1717
install:
18-
- cabal new-configure
19-
- cabal new-install --only-dependencies
18+
- /opt/cabal/bin/cabal-2.2 new-configure
19+
- /opt/cabal/bin/cabal-2.2 new-install --only-dependencies
2020

2121
script:
22-
- cabal new-build
23-
- cabal new-sdist
24-
- cabal new-check
25-
- cabal new-haddock
22+
- /opt/cabal/bin/cabal-2.2 new-build
23+
- /opt/cabal/bin/cabal-2.2 new-sdist
24+
- /opt/cabal/bin/cabal-2.2 new-check
25+
- /opt/cabal/bin/cabal-2.2 new-haddock

mono-traversable-keys.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description:
1717
<http://hackage.haskell.org/package/mono-traversable mono-traversable> and
1818
<http://hackage.haskell.org/package/keys keys>,
1919
designed to provided the functionality of the @keys@ package to the monomorphic
20-
containers enhanced by the @mono-trversable@ package.
20+
containers enhanced by the @mono-traversable@ package.
2121

2222
extra-source-files:
2323
README.md

0 commit comments

Comments
 (0)