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
Haskell
Cabal
Commits
13a51955
Commit
13a51955
authored
17 years ago
by
Duncan Coutts
Browse files
Options
Downloads
Patches
Plain Diff
Update a couple things in the README and update changelog
parent
37d3ecdd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README
+2
-11
2 additions, 11 deletions
README
changelog
+33
-1
33 additions, 1 deletion
changelog
with
35 additions
and
12 deletions
README
+
2
−
11
View file @
13a51955
...
@@ -19,7 +19,7 @@ install, and register it in a standard location.
...
@@ -19,7 +19,7 @@ install, and register it in a standard location.
Cabal should build just like any other Cabal-ized packagem, so if you
Cabal should build just like any other Cabal-ized packagem, so if you
you can't or don't want to use the Makefile, you can run:
you can't or don't want to use the Makefile, you can run:
ghc -i. --make Setup.
l
hs -o setup
ghc -i. --make Setup.hs -o setup
./setup configure
./setup configure
./setup build
./setup build
sudo ./setup install
sudo ./setup install
...
@@ -29,7 +29,7 @@ sudo ./setup install
...
@@ -29,7 +29,7 @@ sudo ./setup install
ghc -i. --make Setup.lhs -o setup
ghc -i. --make Setup.lhs -o setup
./setup configure --prefix=$HOME --user
./setup configure --prefix=$HOME --user
./setup build
./setup build
./setup install
--user
./setup install
Additional notes for GHC-6.4.1 and older:
Additional notes for GHC-6.4.1 and older:
...
@@ -79,15 +79,6 @@ use is very open and welcoming to new developers.
...
@@ -79,15 +79,6 @@ use is very open and welcoming to new developers.
darcs get --partial http://darcs.haskell.org/packages/Cabal
darcs get --partial http://darcs.haskell.org/packages/Cabal
-= Debian Templates =-
Build a Debian source tree with:
dh_make -d -t /full/path/to/debiantemplates
After, you just need to edit the copyright, description, and
dependencies...
-= Credits (in alphabetical order) =-
-= Credits (in alphabetical order) =-
Cabal Coders:
Cabal Coders:
...
...
This diff is collapsed.
Click to expand it.
changelog
+
33
−
1
View file @
13a51955
-*-change-log-*-
-*-change-log-*-
1.2.2.1 Duncan Coutts <duncan@haskell.org> Nov 2007
1.3.x (current development version)
* Rewritten command line handling support
* Command line completion with bash
* Better support for Haddock 2
* Improved support for nhc98
* Removed support for ghc-6.2
* Haddock markup in .lhs files now supported
* Default colour scheme for highlighted source code
* Default prefix for --user installs is now $HOME/.cabal
* All .cabal files are treaded as UTF-8 and must be valid
* Many checks added for common mistakes
* New --package-db= option for specific package databases
* Many internal changes to support cabal-install
* Stricter parsing for version strings, eg dissalows "1.05"
* Improved user guide introduction
* Programatica support removed
* New options --program-prefix/suffix allows eg versioned programs
* Support packages that use .hs-boot files
* Fix sdist for Main modules that require preprocessing
* New configure -O flag with optimisation level 0--2
* Provide access to "x-" extension fields through the Cabal api
* Added check for broken installed packages
* Added warning about using inconsistent versions of dependencies
* Strip binary executable files by default with an option to disable
* New options to add site-specific include and library search paths
* Many bugs fixed.
* Many internal structural improvements and code cleanups
1.2.3.0 Duncan Coutts <duncan@haskell.org> Nov 2007
* Released with GHC 6.8.2
* Released with GHC 6.8.2
* Includes full list of GHC language extensions
* Includes full list of GHC language extensions
* Fix infamous "dist/conftest.c" bug
* Fix infamous "dist/conftest.c" bug
* Fix configure --interfacedir=
* Fix configure --interfacedir=
* Find ld.exe on Windows correctly
* Export PreProcessor constructor and mkSimplePreProcessor
* Fix minor bug in unlit code
* Fix some markup in the haddock docs
1.2.2.0 Duncan Coutts <duncan@haskell.org> Nov 2007
1.2.2.0 Duncan Coutts <duncan@haskell.org> Nov 2007
* Released with GHC 6.8.1
* Released with GHC 6.8.1
...
...
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