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
Glasgow Haskell Compiler
Packages
Cabal
Commits
85298362
Commit
85298362
authored
17 years ago
by
Don Stewart
Browse files
Options
Downloads
Patches
Plain Diff
updated license / readme
parent
9de6bfc6
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cabal-install/LICENSE
+1
-1
1 addition, 1 deletion
cabal-install/LICENSE
cabal-install/README
+21
-1
21 additions, 1 deletion
cabal-install/README
with
22 additions
and
2 deletions
cabal-install/LICENSE
+
1
−
1
View file @
85298362
Copyright (c) 2003-2007, Isaac Jones, Simon Marlow, Martin Sjögren,
Bjorn Bringert, Krasimir Angelov,
Malcolm Wallace, Ross Patterson,
Lemmih, Paolo Martini
Lemmih, Paolo Martini
, Don Stewart
All rights reserved.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
cabal-install/README
+
21
−
1
View file @
85298362
== cabal install ==
The automatic package manager for Haskell!
Intended usage:
cabal install xmonad
Just works. Defaults make sense, and by default we don't fail unless it
is unrecoverable.
== Dependences ==
base >= 2.1, process, directory, pretty, bytestring >= 0.9
mtl, network, regex-compat, unix, Cabal>=1.3,
zlib >= 0.4, HTTP >= 3000.0 && < 3000.1, filepath >= 1.0
Kind of ironic we need cabal install to make it easier to build cabal
install.
== Developer docs ==
CabalInstall, what happens under the hood.
...
...
@@ -20,7 +41,6 @@
InfoCmd:
To be written.
Files used by cabal-install:
[cfg-dir]/config configuration file
[cfg-dir]/00-index.tar list of packages available from the servers.
...
...
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