~ubuntu-branches/ubuntu/saucy/haskell-bindings-sane/saucy-proposed

« back to all changes in this revision

Viewing changes to bindings-sane.cabal

  • Committer: Package Import Robot
  • Author(s): Joachim Breitner
  • Date: 2013-05-24 12:49:56 UTC
  • mfrom: (2.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130524124956-exft7udqnappw477
Tags: 0.0.1-2
Enable compat level 9

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
name:                bindings-sane
2
 
version:             0.0
 
2
version:             0.0.1
3
3
synopsis:            FFI bindings to libsane
4
4
description:         These are FFI bindings to the SANE API (version 1.0)
5
5
homepage:            http://floss.scru.org/bindings-sane
14
14
 
15
15
library
16
16
  exposed-modules:     Bindings.SANE
17
 
  build-depends:       base ==4.5.*
 
17
  build-depends:       base         >= 4.5    && <5
18
18
                     , bindings-DSL >= 1.0.15 && <1.1
19
19
  build-tools:         hsc2hs
20
20
  pkgconfig-depends:   sane-backends
21
21
  c-sources:           src/c_macros.c
22
22
  includes:            sane/sane.h
 
23
 
 
24
source-repository head
 
25
  type:     git
 
26
  location: git://git.debian.org/users/clint/bindings-sane.git