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
961f05f8
Commit
961f05f8
authored
20 years ago
by
Isaac Potoczny-Jones
Browse files
Options
Downloads
Patches
Plain Diff
bumped to version 0.4, working on make deb rule
parent
e472043c
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
Cabal.cabal
+1
-1
1 addition, 1 deletion
Cabal.cabal
GNUmakefile
+10
-3
10 additions, 3 deletions
GNUmakefile
changelog
+5
-1
5 additions, 1 deletion
changelog
debian/changelog
+1
-1
1 addition, 1 deletion
debian/changelog
debian/libghc6-cabal-dev.prerm
+1
-1
1 addition, 1 deletion
debian/libghc6-cabal-dev.prerm
with
18 additions
and
7 deletions
Cabal.cabal
+
1
−
1
View file @
961f05f8
Name: Cabal
Version: 0.
3
Version: 0.
4
Copyright: 2003-2005, Isaac Jones
Build-Depends: base, util
License: BSD3
...
...
This diff is collapsed.
Click to expand it.
GNUmakefile
+
10
−
3
View file @
961f05f8
CABALVERSION
=
0.4
GHCFLAGS
=
--make
-W
-fno-warn-unused-matches
-cpp
# later: -Wall
PREF
=
/usr/local
...
...
@@ -118,15 +119,21 @@ pushdist: pushall dist
scp /tmp/cabal-code.tgz ijones@www.haskell.org:~/cabal/cabal-code.tgz
# rm -f /tmp/cabal-code.tgz
deb
:
dist
cd
$(
TMPDISTLOC
)
&&
ln
-s
$(
CABALBALL
)
haskell-cabal_
$(
CABALVERSION
)
.orig.tar.gz
cd
$(
TMPDISTLOC
)
&&
tar
-zxvf
$(
CABALBALL
)
mv
$(
TMPDISTLOC
)
/cabal
$(
TMPDISTLOC
)
/haskell-cabal-
$(
CABALVERSION
)
cd
$(
TMPDISTLOC
)
/haskell-cabal-
$(
CABALVERSION
)
&&
debuild
$(CABALBALL)
:
rm
-rf
/tmp/cabal
*
/tmp/Cabal
*
rm
-rf
$(
TMPDISTLOC
)
darcs dist
mv
Cabal.tar.gz
$(
CABALBALL
)
TMPDISTLOC
=
/tmp/cabaldist
dist
:
haddock $(CABALBALL)
rm
-rf
/tmp/cabal
*
/tmp/Cabal
*
rm
-rf
$(
TMPDISTLOC
)
mkdir
$(
TMPDISTLOC
)
mv
$(
CABALBALL
)
$(
TMPDISTLOC
)
cd
$(
TMPDISTLOC
)
&&
tar
-zxvf
$(
CABALBALL
)
&&
mv
Cabal cabal
...
...
@@ -135,6 +142,6 @@ dist: haddock $(CABALBALL)
cd
~/usr/doc/haskell/haskell-report/packages
&&
docbook2html
-o
/tmp/pkg-spec-html pkg-spec.sgml
&&
docbook2pdf pkg-spec.sgml
-o
/tmp
cp
-r
/tmp/pkg-spec
{
-html
,.pdf
}
$(
TMPDISTLOC
)
/cabal/doc
cd
$(TMPDISTLOC)
&&
tar
-zcvf
/tmp/cabal-code.tgz
cabal
cd
$(TMPDISTLOC)
&&
tar
-zcvf
$(CABALBALL)
cabal
# rm -f /tmp/Cabal.tar.gz
# rm -rf /tmp/cabal
This diff is collapsed.
Click to expand it.
changelog
+
5
−
1
View file @
961f05f8
-*-change-log-*-
0.
3
Isaac Jones <ijones@syntaxpolice.org> Sun Jan 16 2005
0.
4
Isaac Jones <ijones@syntaxpolice.org> Sun Jan 16 2005
* Much thanks to all the awesome fptools hackers who have been
working hard to build the Haskell Cabal!
...
...
@@ -57,6 +57,10 @@
** The preprocessors have been tested a bit more, and seem to work
OK. Please give feedback if you use these.
0.3 Isaac Jones <ijones@syntaxpolice.org> Sun Jan 16 2005
* Unstable snapshot release
* From now on, stable releases are even.
0.2 Isaac Jones <ijones@syntaxpolice.org>
* Adds more HUGS support and preprocessor support.
This diff is collapsed.
Click to expand it.
debian/changelog
+
1
−
1
View file @
961f05f8
haskell-cabal (0.
3
-1) unstable; urgency=low
haskell-cabal (0.
4
-1) unstable; urgency=low
* new upstream version. see upstream changelog for more info.
* some interface changes, see upstream changelog.
...
...
This diff is collapsed.
Click to expand it.
debian/libghc6-cabal-dev.prerm
+
1
−
1
View file @
961f05f8
...
...
@@ -20,7 +20,7 @@ set -e
case
"
$1
"
in
remove|upgrade|deconfigure
)
/usr/lib/ghc-6.2.2/bin/ghc-pkg-6.2.2
-r
Cabal
rm
/usr/lib/haskell-packages/ghc6/lib/Cabal-0.
3
/HSCabal
*
.o
rm
/usr/lib/haskell-packages/ghc6/lib/Cabal-0.
4
/HSCabal
*
.o
# install-info --quiet --remove /usr/info/missingh.info.gz
;;
...
...
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