commit 54fe5566ed3f1ce933294efa1a76079eff3c1ff5
parent ddc1413e69d848f3a7e48502a1e60f2220d5080a
Author: Jared Tobin <jared@jtobin.io>
Date: Sat, 16 May 2020 20:26:23 +0400
OCD text alignment.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sampling.cabal b/sampling.cabal
@@ -37,9 +37,9 @@ library
exposed-modules:
Numeric.Sampling
build-depends:
- base > 4.8 && < 6
- , containers >= 0.5 && < 1
- , foldl >= 1.1 && < 2
+ base > 4.8 && < 6
+ , containers >= 0.5 && < 1
+ , foldl >= 1.1 && < 2
, mwc-random >= 0.13 && < 0.15
, primitive >= 0.6 && < 1
, vector >= 0.11 && < 1