[Git][haskell-team/DHG_packages][master] add cassava-megaparsec

Clint Adams gitlab at salsa.debian.org
Mon Jul 29 22:27:36 BST 2019



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
8428a0c1 by Clint Adams at 2019-07-29T21:27:20Z
add cassava-megaparsec

- - - - -


9 changed files:

- + p/haskell-cassava-megaparsec/debian/changelog
- + p/haskell-cassava-megaparsec/debian/compat
- + p/haskell-cassava-megaparsec/debian/control
- + p/haskell-cassava-megaparsec/debian/copyright
- + p/haskell-cassava-megaparsec/debian/patches/newer-deps
- + p/haskell-cassava-megaparsec/debian/patches/series
- + p/haskell-cassava-megaparsec/debian/rules
- + p/haskell-cassava-megaparsec/debian/source/format
- + p/haskell-cassava-megaparsec/debian/watch


Changes:

=====================================
p/haskell-cassava-megaparsec/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-cassava-megaparsec (1.0.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Mon, 29 Jul 2019 17:21:45 -0400


=====================================
p/haskell-cassava-megaparsec/debian/compat
=====================================
@@ -0,0 +1 @@
+10


=====================================
p/haskell-cassava-megaparsec/debian/control
=====================================
@@ -0,0 +1,88 @@
+Source: haskell-cassava-megaparsec
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-cassava-dev (>= 0.4.2),
+ libghc-cassava-dev (<< 0.6),
+ libghc-cassava-prof (>= 0.4.2),
+ libghc-cassava-prof (<< 0.6),
+ libghc-megaparsec-dev (>= 6.0),
+ libghc-megaparsec-dev (<< 7.0),
+ libghc-megaparsec-prof (>= 6.0),
+ libghc-megaparsec-prof (<< 7.0),
+ libghc-unordered-containers-dev (>= 0.2.7),
+ libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-prof (>= 0.2.7),
+ libghc-unordered-containers-prof (<< 0.3),
+ libghc-vector-dev (>= 0.11),
+ libghc-vector-dev (<< 0.13),
+ libghc-vector-prof (>= 0.11),
+ libghc-vector-prof (<< 0.13),
+ libghc-hspec-dev (>= 2.0),
+ libghc-hspec-dev (<< 3.0),
+ libghc-hspec-prof (>= 2.0),
+ libghc-hspec-prof (<< 3.0),
+Build-Depends-Indep: ghc-doc,
+ libghc-cassava-doc,
+ libghc-megaparsec-doc,
+ libghc-unordered-containers-doc,
+ libghc-vector-doc,
+Standards-Version: 4.4.0
+Homepage: https://github.com/stackbuilders/cassava-megaparsec
+X-Description: Megaparsec parser of CSV files that plays nicely with Cassava
+ This package provides alternative parser for the Cassava package
+ written with Megaparsec so you can get better error messages at
+ expense of some speed.
+ .
+ The package works seamlessly with Cassava by replacing the following
+ functions: decode, decodeWith, decodeByName, decodeByNameWith.
+ .
+ The functions work just the same as Cassava's equivalents, but also
+ take name of file they parse (to include into error messages) and
+ return typed high-quality error messages produced by Megaparsec.
+
+Package: libghc-cassava-megaparsec-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-cassava-megaparsec-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-cassava-megaparsec-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}


=====================================
p/haskell-cassava-megaparsec/debian/copyright
=====================================
@@ -0,0 +1,31 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cassava-megaparsec
+Upstream-Contact: Mark Karpov <markkarpov at openmailbox.org>
+Source: https://hackage.haskell.org/package/cassava-megaparsec
+
+Files: *
+Copyright: 2016-2017 Stack Builders
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to
+ deal in the Software without restriction, including without limitation the
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+ IN THE SOFTWARE.


=====================================
p/haskell-cassava-megaparsec/debian/patches/newer-deps
=====================================
@@ -0,0 +1,20 @@
+--- a/cassava-megaparsec.cabal
++++ b/cassava-megaparsec.cabal
+@@ -27,7 +27,7 @@
+ library
+   build-depends:      base             >= 4.7   && < 5.0
+                     , bytestring       >= 0.9   && < 0.11
+-                    , cassava          >= 0.4.2 && < 0.5
++                    , cassava          >= 0.4.2 && < 0.6
+                     , containers       >= 0.5   && < 0.6
+                     , megaparsec       >= 6.0   && < 7.0
+                     , unordered-containers >= 0.2.7 && < 0.3
+@@ -45,7 +45,7 @@
+   type:               exitcode-stdio-1.0
+   build-depends:      base               >= 4.7  && < 5.0
+                     , bytestring         >= 0.9  && < 0.11
+-                    , cassava            >= 0.4.2 && < 0.5
++                    , cassava            >= 0.4.2 && < 0.6
+                     , cassava-megaparsec
+                     , hspec              >= 2.0  && < 3.0
+                     , hspec-megaparsec   >= 1.0  && < 2.0


=====================================
p/haskell-cassava-megaparsec/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps


=====================================
p/haskell-cassava-megaparsec/debian/rules
=====================================
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = no # need to package hspec-megaparsec
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = cassava-megaparsec
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


=====================================
p/haskell-cassava-megaparsec/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-cassava-megaparsec/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/cassava-megaparsec/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/8428a0c1a04d3157b205f3867b55deae0d7f15b5

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/8428a0c1a04d3157b205f3867b55deae0d7f15b5
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190729/ef897339/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list