drmaa-0.3.0: drmaa.cabal
name: drmaa
version: 0.3.0
synopsis: A Haskell bindings to the DRMAA C library.
description: A Haskell bindings to the DRMAA C library.
license: BSD3
license-file: LICENSE
author: Kai Zhang
maintainer: kai@kzhang.org
copyright: (c) 2016-2018 Kai Zhang
category: Language
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
ghc-options: -Wall
exposed-modules:
DRMAA
DRMAA.Types
DRMAA.Bindings
build-depends:
base >=4.7 && <5.0
, directory
, exceptions
hs-source-dirs: src
build-tools: c2hs >=0.25.0
extra-libraries: drmaa
default-language: Haskell2010