Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mtl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Glasgow Haskell Compiler
Packages
mtl
Commits
36060c16
Commit
36060c16
authored
Mar 12, 2019
by
Ryan Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Factor out haskell-ci configuration
parent
6eee6586
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
.travis.yml
.travis.yml
+1
-1
cabal.haskell-ci
cabal.haskell-ci
+6
-0
No files found.
.travis.yml
View file @
36060c16
...
...
@@ -152,5 +152,5 @@ script:
# haddock
-
if $HADDOCK; then cabal new-haddock -w ${HC} ${TEST} ${BENCH} all; else echo "Skipping haddock generation";fi
# REGENDATA ["-
o",".travis.yml","--ghc-head","--irc-channel=irc.freenode.org#haskell-lens","--no-no-tests-no-bench","--no-unconstrained","--env=7.6.3:HADDOCK=false","--env=7.8.4:NOINSTALLEDCONSTRAINTS=true
","cabal.project"]
# REGENDATA ["-
-output=.travis.yml","--config=cabal.haskell-ci
","cabal.project"]
# EOF
cabal.haskell-ci
0 → 100644
View file @
36060c16
ghc-head: True
no-tests-no-benchmarks: False
irc-channels: irc.freenode.org#haskell-lens
unconstrained: <7.8 || >=7.10
-- Work around https://github.com/haskell/haddock/issues/242
haddock: <7.6 || >=7.8
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment