babl-0.0.0.2: babl.cabal
name: babl
version: 0.0.0.2
synopsis: Haskell bindings to BABL library.
description: This package contains the Haskell bindings to the BABL
library.
This package is still unstable und evenminor version bumps
may contain breaking API changes.
homepage: http://github.com/nek0/babl#readme
license: LGPL-3
license-file: LICENSE
author: nek0
maintainer: nek0@nek0.eu
-- copyright:
category: Graphics
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: BABL
, BABL.Format
, BABL.FFI
, BABL.FFI.Format
hs-source-dirs: src
default-language: Haskell2010
other-extensions: ForeignFunctionInterface
extra-libraries: babl-0.1
includes: babl/babl.h
pkgconfig-depends: babl >= 0.1.16
build-depends: base >= 4.7 && < 5
source-repository head
type: git
location: https://github.com/nek0/babl