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
Glasgow Haskell Compiler
Packages
Cabal
Commits
243e8eb1
Commit
243e8eb1
authored
9 years ago
by
Mikhail Glushenkov
Browse files
Options
Downloads
Patches
Plain Diff
Drop '--allow-newer=Cabal' from various places.
See
https://github.com/well-typed/hackage-security/pull/151
.
parent
5c046d68
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
HACKING.md
+1
-1
1 addition, 1 deletion
HACKING.md
appveyor.yml
+1
-1
1 addition, 1 deletion
appveyor.yml
with
3 additions
and
3 deletions
.travis.yml
+
1
−
1
View file @
243e8eb1
...
@@ -72,7 +72,7 @@ script:
...
@@ -72,7 +72,7 @@ script:
-
cp Setup.hs ./dist/setup/setup.hs
-
cp Setup.hs ./dist/setup/setup.hs
-
ghc --make -odir ./dist/setup -hidir ./dist/setup -i -i. ./dist/setup/setup.hs -o ./dist/setup/setup -Wall -Werror -threaded
# the command cabal-install would use to build setup
-
ghc --make -odir ./dist/setup -hidir ./dist/setup -i -i. ./dist/setup/setup.hs -o ./dist/setup/setup -Wall -Werror -threaded
# the command cabal-install would use to build setup
-
cabal install --only-dependencies --enable-tests --enable-benchmarks
--allow-newer=Cabal
-
cabal install --only-dependencies --enable-tests --enable-benchmarks
-
./dist/setup/setup configure --user --ghc-option=-Werror --enable-tests --enable-benchmarks -v2
# -v2 provides useful information for debugging
-
./dist/setup/setup configure --user --ghc-option=-Werror --enable-tests --enable-benchmarks -v2
# -v2 provides useful information for debugging
-
./dist/setup/setup build
-
./dist/setup/setup build
-
./dist/setup/setup haddock
# see https://github.com/haskell/cabal/issues/2198
-
./dist/setup/setup haddock
# see https://github.com/haskell/cabal/issues/2198
...
...
This diff is collapsed.
Click to expand it.
HACKING.md
+
1
−
1
View file @
243e8eb1
...
@@ -122,7 +122,7 @@ identical; only the first two steps are different:
...
@@ -122,7 +122,7 @@ identical; only the first two steps are different:
~~~~
~~~~
cabal sandbox init
cabal sandbox init
cabal sandbox add-source ../Cabal/
cabal sandbox add-source ../Cabal/
cabal install --only-dependencies --enable-tests
--allow-newer=Cabal
cabal install --only-dependencies --enable-tests
~~~~
~~~~
(In addition, the absolute sandbox path will be slightly different
(In addition, the absolute sandbox path will be slightly different
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
+
1
−
1
View file @
243e8eb1
...
@@ -21,7 +21,7 @@ build_script:
...
@@ -21,7 +21,7 @@ build_script:
-
Setup install
-
Setup install
-
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 "" | ..\cabal install --only-dependencies --enable-tests --force-reinstalls
--allow-newer=Cabal
-
echo "" | ..\cabal install --only-dependencies --enable-tests --force-reinstalls
-
..\cabal configure --user --ghc-option=-Werror --enable-tests
-
..\cabal configure --user --ghc-option=-Werror --enable-tests
-
..\cabal build
-
..\cabal build
-
..\cabal test unit-tests --show-details=streaming --test-option=--pattern=!FileMonitor
-
..\cabal test unit-tests --show-details=streaming --test-option=--pattern=!FileMonitor
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