packages feed

arff-0.1.0: arff.cabal

name:               arff
version:            0.1.0
synopsis:           Generate Attribute-Relation File Format (ARFF) files
description:        Generate Attribute-Relation File Format (ARFF) files.
                    .
                    ARFF files are used by the WEKA data mining and machine
                    learning framework (<http://www.cs.waikato.ac.nz/~ml/weka/>)
license:            BSD3
license-file:       LICENSE
category:           Data, Text
copyright:          Copyright (c) Stefan Kersten 2008
author:             Stefan Kersten
maintainer:         Stefan Kersten
stability:          provisional
homepage:           http://code.haskell.org/~StefanKersten/code/arff
tested-with:        GHC == 6.10.1
build-type:         Simple
cabal-version:      >= 1.2

extra-source-files: examples/test.hs

library
  exposed-modules:  Text.ARFF

  build-depends:    base >= 3,
                    binary == 0.4.*,
                    bytestring == 0.9.*,
                    bytestring-lexing == 0.2,
                    bytestring-show == 0.2.*,
                    old-locale >= 1,
                    time >= 1

  extensions:       ExistentialQuantification