Source: haskell-knob
Priority: optional
Section: haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: John Millikin <jmillikin@gmail.com>
DM-Upload-Allowed: yes
Build-Depends:
    cdbs
  , debhelper (>= 9)
  , haskell-devscripts (>= 0.9)
  , ghc (>= 6.12)
  , ghc-prof
Build-Depends-Indep:
    ghc-doc
  , haddock
Standards-Version: 3.9.4
Homepage: https://john-millikin.com/software/knob/
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-knob
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-knob

Package: libghc-knob-dev
Architecture: any
Depends:
    ${haskell:Depends}
  , ${misc:Depends}
  , ${shlibs:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Haskell library for memory-backed handles${haskell:ShortBlurb}
 Create memory-backed Handles, referencing virtual files. This is mostly useful
 for testing Handle-based APIs without having to interact with the filesystem.
 .
 ${haskell:Blurb}

Package: libghc-knob-prof
Architecture: any
Depends:
    ${haskell:Depends}
  , ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Haskell library for memory-backed handles${haskell:ShortBlurb}
 Create memory-backed Handles, referencing virtual files. This is mostly useful
 for testing Handle-based APIs without having to interact with the filesystem.
 .
 ${haskell:Blurb}

Package: libghc-knob-doc
Section: doc
Architecture: all
Depends:
    ${haskell:Depends}
  , ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Haskell library for memory-backed handles${haskell:ShortBlurb}
 Create memory-backed Handles, referencing virtual files. This is mostly useful
 for testing Handle-based APIs without having to interact with the filesystem.
 .
 ${haskell:Blurb}
