File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,6 @@ install:
120
120
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package aeson-examples' >> cabal.project ; fi
121
121
- " if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
122
122
- |
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
125
123
- " 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"
126
124
- cat cabal.project || true
127
125
- cat cabal.project.local || true
@@ -159,8 +157,6 @@ script:
159
157
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package aeson-examples' >> cabal.project ; fi
160
158
- " if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
161
159
- |
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
164
160
- " 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"
165
161
- cat cabal.project || true
166
162
- cat cabal.project.local || true
Original file line number Diff line number Diff line change @@ -3,6 +3,3 @@ packages: .
3
3
packages : attoparsec-iso8601
4
4
packages : examples
5
5
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
You can’t perform that action at this time.
0 commit comments