packages feed

normaldistribution 1.1.0.2 → 1.1.0.3

raw patch · 2 files changed

+4/−4 lines, 2 filesdep +randomdep −haskell98

Dependencies added: random

Dependencies removed: haskell98

Files

Data/Random/Normal.hs view
@@ -65,8 +65,8 @@    ) where -import List (mapAccumL)  -- Data.List-import Random            -- System.Random+import Data.List (mapAccumL)+import System.Random   -- Normal distribution approximation
normaldistribution.cabal view
@@ -1,5 +1,5 @@ Name:                normaldistribution-Version:             1.1.0.2+Version:             1.1.0.3 License:             BSD3 License-File:        LICENSE Copyright:           Bjorn Buckwalter 2011@@ -51,6 +51,6 @@  Category:            Math, Statistics Build-Type:          Simple-Build-Depends:       base < 5, haskell98 < 3+Build-Depends:       base < 5, random < 2 Exposed-Modules:     Data.Random.Normal Extra-source-files:  README, LICENSE