Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
haskell2010
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
haskell2010
Commits
425df1d9
Commit
425df1d9
authored
10 years ago
by
Herbert Valerio Riedel
Browse files
Options
Downloads
Patches
Plain Diff
Cabal cleanup overlooked in
8d5301d0
parent
979e43fa
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
haskell2010.cabal
+1
-4
1 addition, 4 deletions
haskell2010.cabal
with
1 addition
and
4 deletions
haskell2010.cabal
+
1
−
4
View file @
425df1d9
...
...
@@ -29,8 +29,6 @@ Library
NoImplicitPrelude
Safe
Trustworthy
if impl(ghc)
other-extensions: Safe, Trustworthy
build-depends:
array >= 0.5 && < 0.6,
...
...
@@ -40,8 +38,7 @@ Library
-- build system doesn't seem to track transitive dependencies when
-- running Haddock, and if we don't do this then Haddock can't
-- find the docs for things defined in ghc-prim.
if impl(ghc)
build-depends: ghc-prim >= 0.3.1 && < 0.4
build-depends: ghc-prim >= 0.3.1 && < 0.4
-- haskell2010 is a "hidden" package
exposed: False
...
...
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