File tree Expand file tree Collapse file tree 3 files changed +295
-300
lines changed Expand file tree Collapse file tree 3 files changed +295
-300
lines changed Original file line number Diff line number Diff line change 15
15
- " 7.10.3"
16
16
17
17
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
20
20
21
21
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
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ description:
17
17
<http://hackage.haskell.org/package/mono-traversable mono-traversable> and
18
18
<http://hackage.haskell.org/package/keys keys>,
19
19
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.
21
21
22
22
extra-source-files :
23
23
README.md
You can’t perform that action at this time.
0 commit comments