From d16b09b2a6be41319b993c27e69b85067a7f1c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 11 Jun 2015 00:05:13 +0200 Subject: Use new officially supported way for local unit tests, many dependencies upgraded for this, temporary disabled separate debug builds --- .../src/test/resources/OpenPGP-Haskell/README | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 OpenKeychain-Test/src/test/resources/OpenPGP-Haskell/README (limited to 'OpenKeychain-Test/src/test/resources/OpenPGP-Haskell/README') diff --git a/OpenKeychain-Test/src/test/resources/OpenPGP-Haskell/README b/OpenKeychain-Test/src/test/resources/OpenPGP-Haskell/README deleted file mode 100644 index cff696c83..000000000 --- a/OpenKeychain-Test/src/test/resources/OpenPGP-Haskell/README +++ /dev/null @@ -1,26 +0,0 @@ -These test files were copied from the OpenPGP Haskell project. - - - -Original README -=============== - -This is an OpenPGP library inspired by my work on OpenPGP libraries in -Ruby , -PHP , -and Python . - -It defines types to represent OpenPGP messages as a series of packets -and then defines instances of Data.Binary for each to facilitate -encoding/decoding. - -For performing cryptography, see - or - - -For dealing with ASCII armor, see - - -It is intended that you use qualified imports with this library. - -> import qualified Data.OpenPGP as OpenPGP -- cgit v1.2.3