order-statistics 0.1.0.2 → 0.1.0.4
raw patch · 3 files changed
+14/−8 lines, 3 filesdep ~containersdep ~math-functionsdep ~statisticssetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers, math-functions, statistics, vector
API changes (from Hackage documentation)
Files
- Setup.hs +0/−2
- Setup.lhs +7/−0
- order-statistics.cabal +7/−6
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
+ Setup.lhs view
@@ -0,0 +1,7 @@+#!/usr/bin/runhaskell+> module Main (main) where++> import Distribution.Simple++> main :: IO ()+> main = defaultMain
order-statistics.cabal view
@@ -1,6 +1,6 @@ name: order-statistics category: Statistics-version: 0.1.0.2+version: 0.1.0.4 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -13,6 +13,7 @@ synopsis: L-Estimators for robust statistics description: L-Estimators for robust statistics build-type: Simple+ extra-source-files: .travis.yml source-repository head@@ -25,11 +26,11 @@ build-depends: base >= 4 && < 5,- statistics >= 0.10.1 && < 0.11,- math-functions >= 0.1.1 && < 0.2,- vector >= 0.9.1 && < 0.10,- vector-space >= 0.8 && < 0.9,- containers >= 0.3 && < 0.6+ statistics == 0.10.*,+ math-functions == 0.1.*,+ vector == 0.9.*,+ vector-space == 0.8.*,+ containers >= 0.4.2 && < 0.6 exposed-modules: Statistics.Distribution.Beta