forgotten export

This commit is contained in:
Filip Gralinski 2015-12-12 18:45:49 +01:00 committed by Filip Gralinski
parent 995beb6dbc
commit a86828e3a8
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: geval
version: 0.2.1.0
version: 0.2.2.0
synopsis: Machine learning evaluation tools
description: Please see README.md
homepage: http://github.com/name/project

View File

@ -2,6 +2,8 @@ module GEval.Core
( geval,
gevalCore,
Metric(..),
MetricOrdering(..),
getMetricOrdering,
MetricValue,
GEvalSpecification(..),
GEvalOptions(..),