summaryrefslogtreecommitdiff
path: root/p/magic-haskell/debian/control
diff options
context:
space:
mode:
authorJohn Goerzen <jgoerzen@complete.org>2005-01-30 01:02:33 +0300
committerJohn Goerzen <jgoerzen@complete.org>2005-01-30 01:02:33 +0300
commit3534014337c37553683220c2ff404c7a3b3d01ac (patch)
tree96a18e974a346c2d0e10afb457fc15c2cd19d380 /p/magic-haskell/debian/control
parentff11a12345a6ee9a28db39685f6a29968acd9aec (diff)
downloadDHG_packages-3534014337c37553683220c2ff404c7a3b3d01ac.tar.gz
magic-haskell: Checkpointing more testing
Keywords: (jgoerzen@complete.org--projects/missingexts--head--0.7--patch-2) darcs-hash:20050129220233-c2a52-9800363c38d1343aac94cdd36f52ef795335898f.gz
Diffstat (limited to 'p/magic-haskell/debian/control')
-rw-r--r--p/magic-haskell/debian/control58
1 files changed, 58 insertions, 0 deletions
diff --git a/p/magic-haskell/debian/control b/p/magic-haskell/debian/control
new file mode 100644
index 000000000..cc188acac
--- /dev/null
+++ b/p/magic-haskell/debian/control
@@ -0,0 +1,58 @@
+Source: missingh
+Priority: optional
+Maintainer: John Goerzen <jgoerzen@complete.org>
+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.2.2), ghc6 (<< 6.2.3), haskell-devscripts (>= 0.5.4), libghc6-hunit-dev
+Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs, haskell-devscripts (>= 0.5.4), libhugs-hunit
+Standards-Version: 3.6.1
+Section: devel
+
+Package: libghc6-missingh-dev
+Section: devel
+Architecture: any
+Depends: ${haskell:Depends}
+Suggests: missingh-doc
+Description: Library of utility functions for Haskell, GHC6 package
+ MissingH is a library of all sorts of utility functions for
+ Haskell programmers. It is written in pure Haskell and thus should
+ be extremely portable and easy to use. It also has no prerequisites
+ save those that are commonly included with Haskell compilers.
+ .
+ MissingH is based on my MissingLib library for OCaml and contains some
+ of the same features. However, some features are left behind because
+ they are already in Haskell or not needed here -- and others are added
+ due to things Haskell is missing, or things that Haskell makes
+ possible.
+
+Package: libhugs-missingh
+Section: devel
+Architecture: all
+Depends: ${haskell:Depends}
+Suggests: missingh-doc
+Description: Library of utility functions for Haskell, Hugs package
+ MissingH is a library of all sorts of utility functions for
+ Haskell programmers. It is written in pure Haskell and thus should
+ be extremely portable and easy to use. It also has no prerequisites
+ save those that are commonly included with Haskell compilers.
+ .
+ MissingH is based on my MissingLib library for OCaml and contains some
+ of the same features. However, some features are left behind because
+ they are already in Haskell or not needed here -- and others are added
+ due to things Haskell is missing, or things that Haskell makes
+ possible.
+
+Package: missingh-doc
+Section: doc
+Architecture: all
+Description: Documentation for Haskell utility library
+ MissingH is a library of all sorts of utility functions for
+ Haskell programmers. It is written in pure Haskell and thus should
+ be extremely portable and easy to use. It also has no prerequisites
+ save those that are commonly included with Haskell compilers.
+ .
+ MissingH is based on my MissingLib library for OCaml and contains some
+ of the same features. However, some features are left behind because
+ they are already in Haskell or not needed here -- and others are added
+ due to things Haskell is missing, or things that Haskell makes
+ possible.
+ .
+ This package provides the API documentation for MissingH.