packages feed

libpafe-0.1.1.0: libpafe.cabal

-- Initial libpafe.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                libpafe
version:             0.1.1.0
synopsis:            Wrapper for libpafe
description:         Wrapper for Pasori library libpafe
license:             GPL-2
license-file:        LICENSE
author:              haru2036
maintainer:          haru2036@gmail.com
-- copyright:           
category:            FFI
build-type:          Simple
cabal-version:       >=1.10
stability:           alpha

source-repository head
  type:              git
  location:          https://github.com/haru2036/libpafe-hs.git

library
  exposed-modules:     Bindings.Libpafe.Types     
                      ,Bindings.Libpafe.Pasori
                      ,Bindings.Libpafe.Felica
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.6 && <4.8
                      ,transformers
  extra-libraries:     pafe

  hs-source-dirs:      src
  default-language:    Haskell2010

Test-Suite test-read
  type:              exitcode-stdio-1.0
  main-is:           tests/test-read.hs
  build-depends:       base >=4.6 && <4.8
                      ,libpafe >= 0.1.1.0
                      ,bytestring
                      ,iconv
                      ,transformers >= 0.4.3.0
  default-language:    Haskell2010

Test-Suite test-read-fcf
  type:              exitcode-stdio-1.0
  main-is:           tests/test-read-fcf.hs
  build-depends:       base >=4.6 && <4.8
                      ,libpafe >= 0.1.1.0
                      ,bytestring
                      ,iconv
  default-language:    Haskell2010