summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-04-25 15:05:59 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-04-25 15:05:59 -0500
commit945512be4374fd48bfe09ca4018fc5fe94d3f26e (patch)
tree7aa7ee9efa7edac3e220757cce0dbea9e803271e /Makefile
parent4e01c764e40a1c7ba45ed1e0d1a44677338ac549 (diff)
Remove BaseConvert
We only use it for hex, which is in base, and base even has a utility for arbitrary-base conversions.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5aa7ef6..10f66fa 100644
--- a/Makefile
+++ b/Makefile
@@ -51,9 +51,9 @@ clean:
51debian/control: openpgp.cabal 51debian/control: openpgp.cabal
52 cabal-debian --update-debianization 52 cabal-debian --update-debianization
53 53
54dist/build/libHSopenpgp-$(VERSION).a: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs 54dist/build/libHSopenpgp-$(VERSION).a: openpgp.cabal dist/setup-config Data/OpenPGP.hs Data/OpenPGP/Crypto.hs
55 cabal build --ghc-options="$(GHCFLAGS)" 55 cabal build --ghc-options="$(GHCFLAGS)"
56 56
57dist/openpgp-$(VERSION).tar.gz: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs README 57dist/openpgp-$(VERSION).tar.gz: openpgp.cabal dist/setup-config Data/OpenPGP.hs Data/OpenPGP/Crypto.hs README
58 cabal check 58 cabal check
59 cabal sdist 59 cabal sdist