blob: 628a511f0b8a4f3b8aaafa40be4e80a7ebbb9ac6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
Source: haskell-storable-complex
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Denis Laxalde <denis@laxalde.org>
Build-Depends: debhelper (>= 9)
, cdbs
, haskell-devscripts (>= 0.9)
, ghc
, ghc-prof
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/storable-complex
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-storable-complex
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-storable-complex
Package: libghc-storable-complex-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Haskell library providing storable instance for Complex${haskell:ShortBlurb}
Provides a Storable instance for Complex which is binary compatible with
C99, C++ and Fortran complex data types.
.
${haskell:Blurb}
Package: libghc-storable-complex-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Haskell library providing storable instance for Complex${haskell:ShortBlurb}
Provides a Storable instance for Complex which is binary compatible with
C99, C++ and Fortran complex data types.
.
${haskell:Blurb}
|