packages feed

hnn-0.1: hnn.cabal

name:                hnn
version:             0.1
synopsis:            A minimal Haskell Neural Network Library
description:         hnn provides minimal types and functions to create, train and use feed forward neural networks <http://www.haskell.org/haskellwiki/HNN>
category:            AI
license:             LGPL
license-file:        LICENSE
author:              Alp Mestanogullari
maintainer:          alpmestan@gmail.com
build-depends:       base >= 3 && <= 5
build-type:          Simple 
cabal-version:       >= 1.2
Library
  Build-Depends:     uvector, base >= 3 && <= 5
  Exposed-modules:   AI.HNN.Neuron, AI.HNN.Layer, AI.HNN.Net