mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-13 17:32:35 +03:00
8744e55171
--HG-- rename : th-names/GNUmakefile => names-th/GNUmakefile rename : th-names/LICENSE => names-th/LICENSE rename : th-names/Setup.hs => names-th/Setup.hs rename : th-names/debian/changelog => names-th/debian/changelog rename : th-names/debian/compat => names-th/debian/compat rename : th-names/debian/control => names-th/debian/control rename : th-names/debian/copyright => names-th/debian/copyright rename : th-names/debian/rules => names-th/debian/rules rename : th-names/debian/source/format => names-th/debian/source/format rename : th-names/debian/watch => names-th/debian/watch rename : th-names/th-names.cabal => names-th/names-th.cabal rename : th-names/src/Language/Haskell/TH/Name/CamelCase.hs => names-th/src/Language/Haskell/TH/Name/CamelCase.hs rename : th-names/src/Language/Haskell/TH/Name/Extra.hs => names-th/src/Language/Haskell/TH/Name/Extra.hs
65 lines
2.0 KiB
Plaintext
65 lines
2.0 KiB
Plaintext
Source: haskell-names-th
|
|
Priority: extra
|
|
Section: haskell
|
|
Maintainer: Kei Hibino <ex8k.hibino@gmail.com>
|
|
Build-Depends: debhelper (>= 7.0)
|
|
, haskell-devscripts (>= 0.8)
|
|
, cdbs
|
|
, ghc
|
|
, ghc-prof
|
|
, libghc-base-dev (<< 5) | ghc
|
|
, libghc-base-prof (<< 5) | ghc-prof
|
|
, libghc-template-haskell-dev | ghc
|
|
, libghc-template-haskell-prof | ghc-prof
|
|
Build-Depends-Indep: ghc-doc
|
|
, libghc-base-doc (<< 5) | ghc-doc
|
|
, libghc-template-haskell-doc | ghc-doc
|
|
Standards-Version: 3.9.3
|
|
Homepage: http://twitter.com/khibino
|
|
|
|
Package: libghc-names-th-dev
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}
|
|
, ${haskell:Depends}
|
|
, ${misc:Depends}
|
|
Recommends: ${haskell:Recommends}
|
|
Suggests: ${haskell:Suggests}
|
|
Provides: ${haskell:Provides}
|
|
Description: Manipulate name strings for TH
|
|
This package includes functions to manipulate name string for Template Haskell.
|
|
.
|
|
Author: Kei Hibino
|
|
Upstream-Maintainer: ex8k.hibino@gmail.com
|
|
.
|
|
This package contains the normal library files.
|
|
|
|
Package: libghc-names-th-prof
|
|
Architecture: any
|
|
Depends: ${haskell:Depends}
|
|
, ${misc:Depends}
|
|
Recommends: ${haskell:Recommends}
|
|
Suggests: ${haskell:Suggests}
|
|
Provides: ${haskell:Provides}
|
|
Description: Manipulate name strings for TH
|
|
This package includes functions to manipulate name string for Template Haskell.
|
|
.
|
|
Author: Kei Hibino
|
|
Upstream-Maintainer: ex8k.hibino@gmail.com
|
|
.
|
|
This package contains the libraries compiled with profiling enabled.
|
|
|
|
Package: libghc-names-th-doc
|
|
Architecture: all
|
|
Section: doc
|
|
Depends: ${haskell:Depends}
|
|
, ${misc:Depends}
|
|
Recommends: ${haskell:Recommends}
|
|
Suggests: ${haskell:Suggests}
|
|
Description: Manipulate name strings for TH
|
|
This package includes functions to manipulate name string for Template Haskell.
|
|
.
|
|
Author: Kei Hibino
|
|
Upstream-Maintainer: ex8k.hibino@gmail.com
|
|
.
|
|
This package contains the documentation files.
|