From 945512be4374fd48bfe09ca4018fc5fe94d3f26e Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 25 Apr 2012 15:05:59 -0500 Subject: Remove BaseConvert We only use it for hex, which is in base, and base even has a utility for arbitrary-base conversions. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5aa7ef6..10f66fa 100644 --- a/Makefile +++ b/Makefile @@ -51,9 +51,9 @@ clean: debian/control: openpgp.cabal cabal-debian --update-debianization -dist/build/libHSopenpgp-$(VERSION).a: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs +dist/build/libHSopenpgp-$(VERSION).a: openpgp.cabal dist/setup-config Data/OpenPGP.hs Data/OpenPGP/Crypto.hs cabal build --ghc-options="$(GHCFLAGS)" -dist/openpgp-$(VERSION).tar.gz: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs README +dist/openpgp-$(VERSION).tar.gz: openpgp.cabal dist/setup-config Data/OpenPGP.hs Data/OpenPGP/Crypto.hs README cabal check cabal sdist -- cgit v1.2.3