Skip to content

Commit

Permalink
Removed conflicting dependencies. This causes a problem with GHC 7.4.…
Browse files Browse the repository at this point in the history
…1 if not resolved.
  • Loading branch information
lukehoersten committed Mar 26, 2012
1 parent da69512 commit f38b9c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hstats.cabal
Expand Up @@ -8,9 +8,9 @@ category: Math
synopsis: Statistical Computing in Haskell
description: A library of commonly used statistical functions
maintainer: mbeddoe@<nospam>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

0 comments on commit f38b9c4

Please sign in to comment.