packages feed

babl-0.0.0.1: babl.cabal

name:                babl
version:             0.0.0.1
synopsis:            Initial project template from stack
description:         Please see README.md
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