From f38b9c469c3b0e2971a5127149d0df5b1eb20490 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 26 Mar 2012 13:54:33 -0500 Subject: [PATCH] Removed conflicting dependencies. This causes a problem with GHC 7.4.1 if not resolved. --- hstats.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hstats.cabal b/hstats.cabal index 784c146..201028d 100644 --- a/hstats.cabal +++ b/hstats.cabal @@ -8,9 +8,9 @@ category: Math synopsis: Statistical Computing in Haskell description: A library of commonly used statistical functions maintainer: mbeddoe@gmail.com -homepage: http://github.com/unmarshal/hstats/ +homepage: http://github.com/unmarshal/hstats/ hs-source-dirs: src -ghc-options: -O +ghc-options: -O exposed-Modules: Math.Statistics extensions: BangPatterns -build-depends: base>=2.0, haskell98 +build-depends: base>=2.0