commit ddc1413e69d848f3a7e48502a1e60f2220d5080a
parent 903685e85bd32e72d3e72e06950e334e0344614e
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue, 12 May 2020 19:20:41 +0400
Patch version bump (0.3.3 -> 0.3.4).
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sampling.cabal b/sampling.cabal
@@ -1,5 +1,5 @@
 name:                sampling
-version:             0.3.3
+version:             0.3.4
 synopsis:            Sample values from collections.
 homepage:            https://github.com/jtobin/sampling
 license:             MIT
@@ -8,6 +8,7 @@ author:              Jared Tobin
 maintainer:          jared@jtobin.ca
 category:            Math
 build-type:          Simple
+tested-with:         GHC == 8.2.2, GHC == 8.8.3
 cabal-version:       >=1.10
 description:
   Basic sampling tools.