summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xc3
-rw-r--r--cryptonite-backport/Crypto/Cipher/Salsa.hs (renamed from src/Crypto/Cipher/Salsa.hs)0
-rw-r--r--cryptonite-backport/Crypto/Cipher/XSalsa.hs (renamed from src/Crypto/Cipher/XSalsa.hs)0
-rw-r--r--cryptonite-backport/Crypto/ECC/Class.hs (renamed from src/Crypto/ECC/Class.hs)0
-rw-r--r--cryptonite-backport/Crypto/ECC/Simple/Prim.hs (renamed from src/Crypto/ECC/Simple/Prim.hs)0
-rw-r--r--cryptonite-backport/Crypto/ECC/Simple/Types.hs (renamed from src/Crypto/ECC/Simple/Types.hs)0
-rw-r--r--cryptonite-backport/Crypto/Error/Types.hs (renamed from src/Crypto/Error/Types.hs)0
-rw-r--r--cryptonite-backport/Crypto/Internal/ByteArray.hs (renamed from src/Crypto/Internal/ByteArray.hs)0
-rw-r--r--cryptonite-backport/Crypto/Internal/Compat.hs (renamed from src/Crypto/Internal/Compat.hs)0
-rw-r--r--cryptonite-backport/Crypto/Internal/DeepSeq.hs (renamed from src/Crypto/Internal/DeepSeq.hs)0
-rw-r--r--cryptonite-backport/Crypto/Internal/Imports.hs (renamed from src/Crypto/Internal/Imports.hs)0
-rw-r--r--cryptonite-backport/Crypto/PubKey/Curve25519.hs (renamed from src/Crypto/PubKey/Curve25519.hs)0
12 files changed, 2 insertions, 1 deletions
diff --git a/c b/c
index 9457716f..ed905d3d 100755
--- a/c
+++ b/c
@@ -4,4 +4,5 @@ defs="-DBENCODE_AESON -DTHREAD_DEBUG"
4hide="-hide-package crypto-random -hide-package crypto-api -hide-package crypto-numbers -hide-package cryptohash -hide-package prettyclass" 4hide="-hide-package crypto-random -hide-package crypto-api -hide-package crypto-numbers -hide-package cryptohash -hide-package prettyclass"
5cbits="cbits/*.c" 5cbits="cbits/*.c"
6# -Wno-typed-holes 6# -Wno-typed-holes
7$compile -Wmissing-signatures -fdefer-typed-holes -freverse-errors $hide -isrc -XOverloadedStrings -XRecordWildCards $defs $cbits "$@" 7includes="-isrc -icryptonite-backport"
8$compile -Wmissing-signatures -fdefer-typed-holes -freverse-errors $hide $includes -XOverloadedStrings -XRecordWildCards $defs $cbits "$@"
diff --git a/src/Crypto/Cipher/Salsa.hs b/cryptonite-backport/Crypto/Cipher/Salsa.hs
index b6b188b1..b6b188b1 100644
--- a/src/Crypto/Cipher/Salsa.hs
+++ b/cryptonite-backport/Crypto/Cipher/Salsa.hs
diff --git a/src/Crypto/Cipher/XSalsa.hs b/cryptonite-backport/Crypto/Cipher/XSalsa.hs
index 494760e2..494760e2 100644
--- a/src/Crypto/Cipher/XSalsa.hs
+++ b/cryptonite-backport/Crypto/Cipher/XSalsa.hs
diff --git a/src/Crypto/ECC/Class.hs b/cryptonite-backport/Crypto/ECC/Class.hs
index 16b2cc15..16b2cc15 100644
--- a/src/Crypto/ECC/Class.hs
+++ b/cryptonite-backport/Crypto/ECC/Class.hs
diff --git a/src/Crypto/ECC/Simple/Prim.hs b/cryptonite-backport/Crypto/ECC/Simple/Prim.hs
index 117988f2..117988f2 100644
--- a/src/Crypto/ECC/Simple/Prim.hs
+++ b/cryptonite-backport/Crypto/ECC/Simple/Prim.hs
diff --git a/src/Crypto/ECC/Simple/Types.hs b/cryptonite-backport/Crypto/ECC/Simple/Types.hs
index c97daa29..c97daa29 100644
--- a/src/Crypto/ECC/Simple/Types.hs
+++ b/cryptonite-backport/Crypto/ECC/Simple/Types.hs
diff --git a/src/Crypto/Error/Types.hs b/cryptonite-backport/Crypto/Error/Types.hs
index 4aaf4e04..4aaf4e04 100644
--- a/src/Crypto/Error/Types.hs
+++ b/cryptonite-backport/Crypto/Error/Types.hs
diff --git a/src/Crypto/Internal/ByteArray.hs b/cryptonite-backport/Crypto/Internal/ByteArray.hs
index 3a23152d..3a23152d 100644
--- a/src/Crypto/Internal/ByteArray.hs
+++ b/cryptonite-backport/Crypto/Internal/ByteArray.hs
diff --git a/src/Crypto/Internal/Compat.hs b/cryptonite-backport/Crypto/Internal/Compat.hs
index a3712a7c..a3712a7c 100644
--- a/src/Crypto/Internal/Compat.hs
+++ b/cryptonite-backport/Crypto/Internal/Compat.hs
diff --git a/src/Crypto/Internal/DeepSeq.hs b/cryptonite-backport/Crypto/Internal/DeepSeq.hs
index 9da79881..9da79881 100644
--- a/src/Crypto/Internal/DeepSeq.hs
+++ b/cryptonite-backport/Crypto/Internal/DeepSeq.hs
diff --git a/src/Crypto/Internal/Imports.hs b/cryptonite-backport/Crypto/Internal/Imports.hs
index 4ed44e16..4ed44e16 100644
--- a/src/Crypto/Internal/Imports.hs
+++ b/cryptonite-backport/Crypto/Internal/Imports.hs
diff --git a/src/Crypto/PubKey/Curve25519.hs b/cryptonite-backport/Crypto/PubKey/Curve25519.hs
index 42878691..42878691 100644
--- a/src/Crypto/PubKey/Curve25519.hs
+++ b/cryptonite-backport/Crypto/PubKey/Curve25519.hs