packages feed

roc-cluster-demo-0.1.0.0: roc-cluster-demo.cabal

name:                roc-cluster-demo
version:             0.1.0.0
synopsis:            Gloss interactive demo for roc-cluster package
description:         Demo for displaying operation of ROC online clustering.
homepage:            https://github.com/ncrashed/roc-cluster-demo#readme
license:             BSD3
license-file:        LICENSE
author:              Anton Gushcha
maintainer:          ncrashed@gmail.com
copyright:           2017 Anton Gushcha
category:            Web
build-type:          Simple
cabal-version:       >=1.10
extra-source-files:  README.md

executable roc-cluster-demo
  hs-source-dirs:      src
  main-is:             Main.hs
  default-language:    Haskell2010
  build-depends:
      base                  >= 4.7      && < 5
    , containers            >= 0.5      && < 0.6
    , gloss                 >= 1.10     && < 1.11
    , optparse-applicative  >= 0.13     && < 0.14
    , roc-cluster           >= 0.1      && < 0.2
  default-extensions:
    OverloadedStrings
    RecordWildCards
    ScopedTypeVariables