dsp 0.2.5.1 → 0.2.5.2
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~containersdep ~randomPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers, random
API changes (from Hackage documentation)
Files
- Numeric/Random/Generator/MT19937.hs +2/−2
- dsp.cabal +2/−2
Numeric/Random/Generator/MT19937.hs view
@@ -66,8 +66,8 @@ module Numeric.Random.Generator.MT19937 (W, genrand, test) where -import Data.Word-import Data.Bits+import Data.Word (Word32)+import Data.Bits (Bits, shiftL, shiftR, complement, xor, bit, (.|.), (.&.)) infixl 8 .<<., .>>.
dsp.cabal view
@@ -1,6 +1,6 @@ Cabal-Version: 2.2 Name: dsp-Version: 0.2.5.1+Version: 0.2.5.2 License: GPL-2.0-only License-File: COPYING Copyright: Matt Donadio, 2003@@ -17,7 +17,7 @@ Build-Type: Simple Source-Repository this- Tag: 0.2.5.1+ Tag: 0.2.5.2 Type: darcs Location: http://code.haskell.org/~thielema/dsp/