Skip to content

Commit dee553c

Browse files
committed
Remove these-aeson swap related stuff
1 parent 3e51565 commit dee553c

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ install:
120120
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package aeson-examples' >> cabal.project ; fi
121121
- "if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
122122
- |
123-
echo "packages: https://oleg.fi/these-1.1.tar.gz" >> cabal.project
124-
echo "packages: https://oleg.fi/quickcheck-instances-0.3.23.tar.gz" >> cabal.project
125123
- "for pkg in $($HCPKG list --simple-output); do echo $pkg | sed 's/-[^-]*$//' | (grep -vE -- '^(aeson|aeson-examples|attoparsec-iso8601)$' || true) | sed 's/^/constraints: /' | sed 's/$/ installed/' >> cabal.project.local; done"
126124
- cat cabal.project || true
127125
- cat cabal.project.local || true
@@ -159,8 +157,6 @@ script:
159157
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package aeson-examples' >> cabal.project ; fi
160158
- "if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
161159
- |
162-
echo "packages: https://oleg.fi/these-1.1.tar.gz" >> cabal.project
163-
echo "packages: https://oleg.fi/quickcheck-instances-0.3.23.tar.gz" >> cabal.project
164160
- "for pkg in $($HCPKG list --simple-output); do echo $pkg | sed 's/-[^-]*$//' | (grep -vE -- '^(aeson|aeson-examples|attoparsec-iso8601)$' || true) | sed 's/^/constraints: /' | sed 's/$/ installed/' >> cabal.project.local; done"
165161
- cat cabal.project || true
166162
- cat cabal.project.local || true

cabal.project

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@ packages: .
33
packages: attoparsec-iso8601
44
packages: examples
55
tests: true
6-
7-
packages: https://oleg.fi/these-1.1.tar.gz
8-
packages: https://oleg.fi/quickcheck-instances-0.3.23.tar.gz

0 commit comments

Comments
 (0)