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. --- openpgp.cabal | 3 --- 1 file changed, 3 deletions(-) (limited to 'openpgp.cabal') diff --git a/openpgp.cabal b/openpgp.cabal index c20f6fc..0a40b94 100644 --- a/openpgp.cabal +++ b/openpgp.cabal @@ -128,9 +128,6 @@ library Data.OpenPGP Data.OpenPGP.Crypto - other-modules: - Data.BaseConvert - build-depends: base == 4.*, containers, -- cgit v1.2.3