diff options
author | Stephen Paul Weber <singpolyma@singpolyma.net> | 2012-11-30 17:53:25 -0500 |
---|---|---|
committer | Stephen Paul Weber <singpolyma@singpolyma.net> | 2012-11-30 17:53:25 -0500 |
commit | 1ef98205821990faa671dcb8efd949134e5e4c02 (patch) | |
tree | 5e8d8dda47d9c007ddac81cef7a4778dd3b17d57 /debian | |
parent | bdd70f4e6b83345ea235138150c6ef680e651338 (diff) |
Stop using !! 0
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 12 |
2 files changed, 15 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 31d5882..60634f7 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,9 @@ | |||
1 | haskell-openpgp (0.4-1~hackage1) unstable; urgency=low | ||
2 | |||
3 | * Debianization generated by cabal-debian | ||
4 | |||
5 | -- Stephen Paul Weber <singpolyma@singpolyma.net> Thu, 01 Nov 2012 14:31:20 -0500 | ||
6 | |||
1 | haskell-openpgp (0.3-1~hackage1) unstable; urgency=low | 7 | haskell-openpgp (0.3-1~hackage1) unstable; urgency=low |
2 | 8 | ||
3 | * Debianization generated by cabal-debian | 9 | * Debianization generated by cabal-debian |
diff --git a/debian/control b/debian/control index 679e316..14b26b0 100644 --- a/debian/control +++ b/debian/control | |||
@@ -41,7 +41,9 @@ Description: Implementation of the OpenPGP message format | |||
41 | and then defines instances of Data.Binary for each to facilitate | 41 | and then defines instances of Data.Binary for each to facilitate |
42 | encoding/decoding. | 42 | encoding/decoding. |
43 | . | 43 | . |
44 | For performing cryptography, see <http://hackage.haskell.org/openpgp-Crypto> | 44 | For performing cryptography, see |
45 | <http://hackage.haskell.org/package/openpgp-crypto-api> or | ||
46 | <http://hackage.haskell.org/package/openpgp-Crypto> | ||
45 | . | 47 | . |
46 | It is intended that you use qualified imports with this library. | 48 | It is intended that you use qualified imports with this library. |
47 | . | 49 | . |
@@ -69,7 +71,9 @@ Description: Implementation of the OpenPGP message format | |||
69 | and then defines instances of Data.Binary for each to facilitate | 71 | and then defines instances of Data.Binary for each to facilitate |
70 | encoding/decoding. | 72 | encoding/decoding. |
71 | . | 73 | . |
72 | For performing cryptography, see <http://hackage.haskell.org/openpgp-Crypto> | 74 | For performing cryptography, see |
75 | <http://hackage.haskell.org/package/openpgp-crypto-api> or | ||
76 | <http://hackage.haskell.org/package/openpgp-Crypto> | ||
73 | . | 77 | . |
74 | It is intended that you use qualified imports with this library. | 78 | It is intended that you use qualified imports with this library. |
75 | . | 79 | . |
@@ -97,7 +101,9 @@ Description: Implementation of the OpenPGP message format | |||
97 | and then defines instances of Data.Binary for each to facilitate | 101 | and then defines instances of Data.Binary for each to facilitate |
98 | encoding/decoding. | 102 | encoding/decoding. |
99 | . | 103 | . |
100 | For performing cryptography, see <http://hackage.haskell.org/openpgp-Crypto> | 104 | For performing cryptography, see |
105 | <http://hackage.haskell.org/package/openpgp-crypto-api> or | ||
106 | <http://hackage.haskell.org/package/openpgp-Crypto> | ||
101 | . | 107 | . |
102 | It is intended that you use qualified imports with this library. | 108 | It is intended that you use qualified imports with this library. |
103 | . | 109 | . |