summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2011-08-12 21:12:44 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2011-08-12 21:13:18 -0500
commitcc93a189cf7e788065b6f8c03ec20988b5420006 (patch)
tree4cadbbcfd9920abb16c5ea328dfa299d76e2231b
parentdb1701628091dbfe16a9b122d2bfe26b10831aa4 (diff)
push to 0.3 now that we have keysigning
-rw-r--r--Makefile8
-rw-r--r--openpgp.cabal2
2 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 37d3f0b..7fbf4f6 100644
--- a/Makefile
+++ b/Makefile
@@ -3,9 +3,9 @@ HLINTFLAGS=-XHaskell98 -XNoCPP -i 'Use camelCase' -i 'Use String' -i 'Use head'
3 3
4.PHONY: all clean doc install 4.PHONY: all clean doc install
5 5
6all: sign verify keygen report.html doc dist/build/libHSopenpgp-0.2.a dist/openpgp-0.2.tar.gz 6all: sign verify keygen report.html doc dist/build/libHSopenpgp-0.3.a dist/openpgp-0.3.tar.gz
7 7
8install: dist/build/libHSopenpgp-0.2.a 8install: dist/build/libHSopenpgp-0.3.a
9 cabal install 9 cabal install
10 10
11sign: examples/sign.hs Data/*.hs Data/OpenPGP/*.hs 11sign: examples/sign.hs Data/*.hs Data/OpenPGP/*.hs
@@ -41,9 +41,9 @@ clean:
41 41
42# The following need to be changed on version change 42# The following need to be changed on version change
43 43
44dist/build/libHSopenpgp-0.2.a: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs 44dist/build/libHSopenpgp-0.3.a: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs
45 cabal build 45 cabal build
46 46
47dist/openpgp-0.2.tar.gz: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs README 47dist/openpgp-0.3.tar.gz: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs README
48 cabal check 48 cabal check
49 cabal sdist 49 cabal sdist
diff --git a/openpgp.cabal b/openpgp.cabal
index 9e26abd..3247645 100644
--- a/openpgp.cabal
+++ b/openpgp.cabal
@@ -1,5 +1,5 @@
1name: openpgp 1name: openpgp
2version: 0.2 2version: 0.3
3cabal-version: >= 1.8 3cabal-version: >= 1.8
4license: OtherLicense 4license: OtherLicense
5license-file: COPYING 5license-file: COPYING