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
623ce17a
Unverified
Commit
623ce17a
authored
5 years ago
by
Oleg Grenrus
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #6402 from phadej/regex-tdfa-1.3.1.0
regex-tdfa-1.3.1.0
parents
f580d392
b3432c35
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
Cabal/Distribution/Simple/Program/Db.hs
+1
-1
1 addition, 1 deletion
Cabal/Distribution/Simple/Program/Db.hs
cabal-testsuite/cabal-testsuite.cabal
+1
-1
1 addition, 1 deletion
cabal-testsuite/cabal-testsuite.cabal
travis/binaries/.travis.yml
+1
-1
1 addition, 1 deletion
travis/binaries/.travis.yml
with
3 additions
and
3 deletions
Cabal/Distribution/Simple/Program/Db.hs
+
1
−
1
View file @
623ce17a
...
...
@@ -426,7 +426,7 @@ requireProgram verbosity prog progdb = do
-- It returns 'Nothing' if the program couldn't be configured,
-- or is not found.
--
-- @since 3.
2.0
.0
-- @since 3.
0.1
.0
needProgram
::
Verbosity
->
Program
->
ProgramDb
->
IO
(
Maybe
(
ConfiguredProgram
,
ProgramDb
))
needProgram
verbosity
prog
progdb
=
do
...
...
This diff is collapsed.
Click to expand it.
cabal-testsuite/cabal-testsuite.cabal
+
1
−
1
View file @
623ce17a
...
...
@@ -65,7 +65,7 @@ library
, optparse-applicative ^>= 0.14.3.0 || ^>=0.15.1.0
, process ^>= 1.1.0.2 || ^>= 1.2.0.0 || ^>= 1.4.2.0 || ^>= 1.6.1.0
, regex-compat-tdfa ^>= 0.95.1.4
, regex-tdfa ^>= 1.2.3.1 || ^>=1.3.0
, regex-tdfa ^>= 1.2.3.1 || ^>=1.3.
1.
0
, temporary ^>= 1.3
, text ^>= 1.2.3.1
, transformers ^>= 0.3.0.0 || ^>= 0.4.2.0 || ^>= 0.5.2.0
...
...
This diff is collapsed.
Click to expand it.
travis/binaries/.travis.yml
+
1
−
1
View file @
623ce17a
language
:
c
dist
:
trusty
dist
:
xenial
# This doesn't actually help because we always push a single
# commit to the branch in question
#git:
...
...
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