Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Haskell
Cabal
Commits
c227c974
Unverified
Commit
c227c974
authored
7 years ago
by
Mikhail Glushenkov
Browse files
Options
Downloads
Patches
Plain Diff
We no longer need allow-newer=hackage-security:Cabal.
(cherry picked from commit
046b63f3
)
parent
aeebf3e2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
appveyor.yml
+2
-2
2 additions, 2 deletions
appveyor.yml
cabal.project
+0
-2
0 additions, 2 deletions
cabal.project
with
2 additions
and
4 deletions
appveyor.yml
+
2
−
2
View file @
c227c974
...
@@ -32,7 +32,7 @@ build_script:
...
@@ -32,7 +32,7 @@ build_script:
# - echo "" | ..\cabal install hackage-repo-tool --allow-newer=Cabal,time --constraint="Cabal == 2.2.0.0"
# - echo "" | ..\cabal install hackage-repo-tool --allow-newer=Cabal,time --constraint="Cabal == 2.2.0.0"
-
cd ..\cabal-testsuite
-
cd ..\cabal-testsuite
-
ghc --make -threaded -i Setup.hs -package Cabal-2.2.0.0
-
ghc --make -threaded -i Setup.hs -package Cabal-2.2.0.0
-
echo "" | ..\appveyor-retry ..\cabal install --only-dependencies --enable-tests
--allow-newer=hackage-security:Cabal
-
echo "" | ..\appveyor-retry ..\cabal install --only-dependencies --enable-tests
-
Setup configure --user --ghc-option=-Werror --enable-tests
-
Setup configure --user --ghc-option=-Werror --enable-tests
-
Setup build
-
Setup build
# Must install the test suite, so that our GHCi invocation picks it up
# Must install the test suite, so that our GHCi invocation picks it up
...
@@ -44,7 +44,7 @@ build_script:
...
@@ -44,7 +44,7 @@ build_script:
# - Setup test --show-details=streaming --test-option=--hide-successes
# - Setup test --show-details=streaming --test-option=--hide-successes
-
cd ..\cabal-install
-
cd ..\cabal-install
-
ghc --make -threaded -i -i. Setup.hs -Wall -Werror
-
ghc --make -threaded -i -i. Setup.hs -Wall -Werror
-
echo "" | ..\appveyor-retry ..\cabal install
--allow-newer=hackage-security:Cabal
--only-dependencies --enable-tests -flib
-
echo "" | ..\appveyor-retry ..\cabal install --only-dependencies --enable-tests -flib
-
..\cabal configure --user --ghc-option=-Werror --enable-tests -flib
-
..\cabal configure --user --ghc-option=-Werror --enable-tests -flib
-
..\cabal build
-
..\cabal build
# update package index again, this time for the cabal under test
# update package index again, this time for the cabal under test
...
...
This diff is collapsed.
Click to expand it.
cabal.project
+
0
−
2
View file @
c227c974
...
@@ -20,5 +20,3 @@ package cabal-testsuite
...
@@ -20,5 +20,3 @@ package cabal-testsuite
ghc-options: -fno-ignore-asserts
ghc-options: -fno-ignore-asserts
package cabal-install
package cabal-install
ghc-options: -fno-ignore-asserts
ghc-options: -fno-ignore-asserts
allow-newer: hackage-security:Cabal
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment