-- Initial LambdaNet.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: LambdaNet version: 0.2.0.0 synopsis: A configurable and extensible neural network library description: { LambdaNet is an artificial neural network library that allows users to compose their own networks from function primitives. . Documentation and nightly builds for LambdaNet can be found at (). } license: MIT license-file: LICENSE author: Brent Baumgartner, Alex Thomas, Harang Ju, Joseph Barrow maintainer: Joseph Barrow copyright: 2014 category: Machine Learning build-type: Simple cabal-version: >=1.8 extra-source-files: README.md Changelog library exposed-modules: Network.Network, Network.Neuron, Network.Layer, Network.Trainer -- other-modules: build-depends: base >= 4 && < 5, hmatrix == 0.16.0.6, random, random-shuffle >= 0.0.4, split, binary, bytestring