Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
ghc-mod
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Daniel Gröber
ghc-mod
Commits
6282cd30
Commit
6282cd30
authored
Aug 28, 2017
by
Daniel Gröber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update build-depends for GHC 8.2
parent
a69a9f88
Pipeline
#11244893
failed with stage
in 55 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
ghc-mod.cabal
ghc-mod.cabal
+6
-8
No files found.
ghc-mod.cabal
View file @
6282cd30
...
...
@@ -203,13 +203,11 @@ Library
, text < 1.3 && >= 1.2.1.3
, transformers-base < 0.5 && >= 0.4.4
, cabal-helper < 0.
8 && >= 0.7.3
.0
, ghc < 8.4 && >= 7.
6
, cabal-helper < 0.
9 && >= 0.8.0
.0
, ghc < 8.4 && >= 7.
8
if impl(ghc >= 8.0)
Build-Depends: ghc-boot
if impl(ghc < 7.8)
Build-Depends: convertible < 1.2 && >= 1.1.0.0
Executable ghc-mod
Default-Language: Haskell2010
...
...
@@ -236,7 +234,7 @@ Executable ghc-mod
, semigroups < 0.19 && >= 0.10.0
, split < 0.3 && >= 0.2.2
, ghc < 8.4 && >= 7.
6
, ghc < 8.4 && >= 7.
8
, ghc-mod
...
...
@@ -322,7 +320,7 @@ Test-Suite spec
, base < 4.11 && >= 4.6.0.1
, fclabels < 2.1 && >= 2.0
, hspec < 2.
4
&& >= 2.0.0
, hspec < 2.
5
&& >= 2.0.0
, monad-journal < 0.8 && >= 0.4
, split < 0.3 && >= 0.2.2
, temporary < 1.3 && >= 1.2.0.3
...
...
@@ -334,8 +332,8 @@ Test-Suite spec
Build-Depends: ghc-boot
Build-Depends:
cabal-helper < 0.
8 && >= 0.7.1
.0
, ghc < 8.4 && >= 7.
6
cabal-helper < 0.
9 && >= 0.8.0
.0
, ghc < 8.4 && >= 7.
8
, ghc-mod
...
...
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