Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
6c5f5c9b
Commit
6c5f5c9b
authored
Nov 19, 2017
by
Andrey Mokhov
Browse files
Minor clean up of Hadrian dependencies
parent
9aff81d4
Changes
4
Hide whitespace changes
Inline
Side-by-side
README.md
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
]
.
...
...
cabal.project
View file @
6c5f5c9b
packages: ./
../libraries/Cabal/Cabal/
../libraries/text/
../libraries/hpc/
../libraries/parsec/
../libraries/text/
hadrian.cabal
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
...
...
stack.yaml
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
...
...
Ben Gamari
🐢
@bgamari
mentioned in commit
360d7404
·
Nov 22, 2017
mentioned in commit
360d7404
mentioned in commit 360d7404809b3fa54541f7f932a6864294f75a4a
Toggle commit list
Write
Preview
Supports
Markdown
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