blob: 0758b3cad343a99fc48e286f92fc59bc350a857e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
Work around https://bugs.debian.org/645573
Index: haskell-tf-random/tf-random.cabal
===================================================================
--- haskell-tf-random.orig/tf-random.cabal 2015-08-11 10:59:09.670868153 +0200
+++ haskell-tf-random/tf-random.cabal 2015-08-11 10:59:09.666868072 +0200
@@ -16,7 +16,7 @@
synopsis: High-quality splittable pseudorandom number generator
-- A longer description of the package.
-description: This package contains an implementation of a high-quality splittable pseudorandom number generator. The generator is based on a cryptographic hash function built on top of the ThreeFish block cipher. See the paper /Splittable Pseudorandom Number Generators Using Cryptographic Hashing/ by Claessen, Pałka for details and the rationale of the design.
+description: This package contains an implementation of a high-quality splittable pseudorandom number generator. The generator is based on a cryptographic hash function built on top of the ThreeFish block cipher. See the paper /Splittable Pseudorandom Number Generators Using Cryptographic Hashing/ by Claessen, Palka for details and the rationale of the design.
.
The package provides the following:
.
@@ -42,11 +42,11 @@
license-file: LICENSE
-- The package author(s).
-author: Michał Pałka <michal.palka@chalmers.se>
+author: Michal Palka <michal.palka@chalmers.se>
-- An email address to which users can send suggestions, bug reports, and
-- patches.
-maintainer: Michał Pałka <michal.palka@chalmers.se>
+maintainer: Michal Palka <michal.palka@chalmers.se>
-- A copyright notice.
-- copyright:
|