Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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-wasm
GHC
Commits
6c5f5c9b
There was an error fetching the commit references. Please try again later.
Commit
6c5f5c9b
authored
7 years ago
by
Andrey Mokhov
Browse files
Options
Downloads
Patches
Plain Diff
Minor clean up of Hadrian dependencies
parent
9aff81d4
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
cabal.project
+1
-1
1 addition, 1 deletion
cabal.project
hadrian.cabal
+5
-6
5 additions, 6 deletions
hadrian.cabal
stack.yaml
+4
-4
4 additions, 4 deletions
stack.yaml
with
12 additions
and
13 deletions
README.md
+
2
−
2
View file @
6c5f5c9b
...
...
@@ -41,8 +41,8 @@ Notes:
on Cabal sandboxes (
`build.cabal.*`
), Stack (
`build.stack.*`
) or the global package database
(
`build.global-db.*`
). Also see
[
instructions for building GHC on Windows using Stack
][
windows-build
]
.
*
Hadrian is written in Haskell and depends on
the following packages:
`ansi-terminal
extra mtl quickcheck shake`
.
*
Hadrian is written in Haskell and depends on
`shake`
(plus a few packages that
`shake`
depends on),
`ansi-terminal
`
,
`mtl`
,
`quickcheck`
, and GHC core libraries
.
*
If you have never built GHC before, start with the
[
preparation guide
][
ghc-preparation
]
.
...
...
This diff is collapsed.
Click to expand it.
cabal.project
+
1
−
1
View file @
6c5f5c9b
packages: ./
../libraries/Cabal/Cabal/
../libraries/text/
../libraries/hpc/
../libraries/parsec/
../libraries/text/
This diff is collapsed.
Click to expand it.
hadrian.cabal
+
5
−
6
View file @
6c5f5c9b
...
...
@@ -116,17 +116,16 @@ executable hadrian
, TupleSections
other-extensions: MultiParamTypeClasses
, TypeFamilies
build-depends: base >= 4.8 && < 5
build-depends: base
>= 4.8
&& < 5
, ansi-terminal == 0.6.*
, Cabal >= 2.0.0.2 && < 2.2
, containers == 0.5.*
, directory >= 1.2 && < 1.4
, directory >= 1.2
&& < 1.4
, extra >= 1.4.7
, mtl == 2.2.*
, QuickCheck >= 2.6 && < 2.10
, QuickCheck >= 2.6 && < 2.10
, shake == 0.16.*
, transformers >= 0.4 && < 0.6
, unordered-containers
=
= 0.2.
*
, transformers >= 0.4
&& < 0.6
, unordered-containers
>
= 0.2.
1 && < 0.3
build-tools: alex >= 3.1
, happy >= 1.19.4
ghc-options: -Wall
...
...
This diff is collapsed.
Click to expand it.
stack.yaml
+
4
−
4
View file @
6c5f5c9b
...
...
@@ -7,10 +7,10 @@ resolver: lts-9.0
packages
:
-
'
.'
-
'
../libraries/Cabal/Cabal'
-
'
../libraries/filepath
/
'
-
'
../libraries/
text/
'
-
'
../libraries/
hpc/
'
-
'
../libraries/
parsec/
'
-
'
../libraries/filepath'
-
'
../libraries/
hpc
'
-
'
../libraries/
parsec
'
-
'
../libraries/
text
'
extra-deps
:
-
shake-0.16
...
...
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