Skip to content

Commit

Permalink
Regenerate .travis.yml
Browse files Browse the repository at this point in the history
This commit was performed automatically by a script.
https://github.com/RyanGlScott/travis-maintenance
  • Loading branch information
RyanGlScott committed Jan 5, 2019
1 parent b3dafb3 commit 4af2361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ install:
- "echo 'source-repository-package' >> cabal.project"
- "echo ' type: git' >> cabal.project"
- "echo ' location: https://github.com/goldfirere/th-desugar' >> cabal.project"
- "echo ' tag: 567145eddeb5f6692a75e74d4a2dc575b1ad6f29' >> cabal.project"
- "echo ' tag: 8495349a53f4bc3bde30378f2d85a07aae53bdbd' >> cabal.project"
- "printf 'write-ghc-environment-files: always\\n' >> cabal.project"
- touch cabal.project.local
- "if ! $NOINSTALLEDCONSTRAINTS; then for pkg in $($HCPKG list --simple-output); do echo $pkg | grep -vw -- singletons | grep -vw -- accept-all | sed 's/^/constraints: /' | sed 's/-[^-]*$/ installed/' >> cabal.project.local; done; fi"
Expand Down Expand Up @@ -112,7 +112,7 @@ script:
- "echo 'source-repository-package' >> cabal.project"
- "echo ' type: git' >> cabal.project"
- "echo ' location: https://github.com/goldfirere/th-desugar' >> cabal.project"
- "echo ' tag: 567145eddeb5f6692a75e74d4a2dc575b1ad6f29' >> cabal.project"
- "echo ' tag: 8495349a53f4bc3bde30378f2d85a07aae53bdbd' >> cabal.project"
- "printf 'write-ghc-environment-files: always\\n' >> cabal.project"
- touch cabal.project.local
- "if ! $NOINSTALLEDCONSTRAINTS; then for pkg in $($HCPKG list --simple-output); do echo $pkg | grep -vw -- singletons | grep -vw -- accept-all | sed 's/^/constraints: /' | sed 's/-[^-]*$/ installed/' >> cabal.project.local; done; fi"
Expand Down

0 comments on commit 4af2361

Please sign in to comment.