Skip to content

Commit

Permalink
added module dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
benhamner committed Jun 19, 2012
1 parent be115c1 commit 9d70237
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Haskell/Metrics.cabal
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
Name: Metrics
Version: 0.1
Version: 0.1.1
Cabal-Version: >= 1.2
Build-Type: Simple
License: BSD3
License-File: LICENSE
Author: Ben Hamner (ben@benhamner.com)
Maintainer: Ben Hamner (ben@benhamner.com)
Homepage: http://github.com/benhamner/Metrics/
Category: Statistics
Synopsis: Evaluation metrics commonly used in supervised machine learning
Description: Evaluation metrics commonly used in supervised machine learning

Library
build-depends: base
,hstats
build-depends: base >= 3 && <= 4
,hstats==0.3
Exposed-modules: Metrics

0 comments on commit 9d70237

Please sign in to comment.