packages feed

bindings-fann-0.2.1: bindings-fann.cabal

cabal-version: >= 1.10
name: bindings-fann
synopsis:
  Project bindings-* raw interface to FANN neural network library
description:
  Low level bindings to FANN neural network library, part
  of the @bindings-*@ project. See:
  .
  <https://github.com/rethab/bindings-dsl>
  .
  <http://leenissen.dk>
version: 0.2.1
license: BSD3
license-file: LICENSE
maintainer: gley <johnw@newartisans.com>
bug-reports: https://github.com/rethab/bindings-dsl/issues
author: Maurício C. Antunes
build-type: Simple
category: FFI
library
  hs-source-dirs: src
  default-language:
    Haskell2010
  default-extensions:
    ForeignFunctionInterface
  build-depends:
    base >= 3 && < 5,
    bindings-DSL >= 1.0.16 && < 1.2
  exposed-modules:
    Bindings.Fann
    Bindings.Fann.Constants
    Bindings.Fann.CreationDestructionExecution
    Bindings.Fann.DataStructures
    Bindings.Fann.ErrorHandling
    Bindings.Fann.InputOutput
    Bindings.Fann.Options
    Bindings.Fann.Training
    Bindings.Fann.TrainingData
  pkgconfig-depends: fann >=2.2 && <3
source-repository head
  type: git
  location: https://github.com/rethab/bindings-dsl
  branch: master
  subdir: bindings-fann