statistics 0.15.1.0 → 0.15.1.1
raw patch · 3 files changed
+15/−6 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Statistics/Resampling.hs +9/−5
- changelog.md +5/−0
- statistics.cabal +1/−1
Statistics/Resampling.hs view
@@ -1,8 +1,12 @@-{-# LANGUAGE CPP #-}-{-# LANGUAGE DeriveFoldable #-}-{-# LANGUAGE DeriveTraversable #-}-{-# LANGUAGE DeriveFunctor #-}-{-# LANGUAGE BangPatterns, DeriveDataTypeable, DeriveGeneric, FlexibleContexts #-}+{-# LANGUAGE BangPatterns #-}+{-# LANGUAGE CPP #-}+{-# LANGUAGE DeriveDataTypeable #-}+{-# LANGUAGE DeriveFoldable #-}+{-# LANGUAGE DeriveFunctor #-}+{-# LANGUAGE DeriveGeneric #-}+{-# LANGUAGE DeriveTraversable #-}+{-# LANGUAGE FlexibleContexts #-}+{-# LANGUAGE TypeFamilies #-} -- | -- Module : Statistics.Resampling
changelog.md view
@@ -1,3 +1,8 @@+## Changes in 0.15.1.1++ * Fix build for GHC8.0 & 7.10++ ## Changes in 0.15.1.0 * GHCJS support
statistics.cabal view
@@ -1,5 +1,5 @@ name: statistics-version: 0.15.1.0+version: 0.15.1.1 synopsis: A library of statistical types, data, and functions description: This library provides a number of common functions and types useful