[Git][haskell-team/DHG_packages][master] add ormolu

Clint Adams gitlab at salsa.debian.org
Sun Jun 28 03:09:02 BST 2020



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


Commits:
e72b0fc5 by Clint Adams at 2020-06-27T22:08:52-04:00
add ormolu

- - - - -


11 changed files:

- + p/haskell-ormolu/debian/changelog
- + p/haskell-ormolu/debian/compat
- + p/haskell-ormolu/debian/control
- + p/haskell-ormolu/debian/copyright
- + p/haskell-ormolu/debian/libghc-ormolu-doc.examples
- + p/haskell-ormolu/debian/ormolu.install
- + p/haskell-ormolu/debian/patches/newer-deps
- + p/haskell-ormolu/debian/patches/series
- + p/haskell-ormolu/debian/rules
- + p/haskell-ormolu/debian/source/format
- + p/haskell-ormolu/debian/watch


Changes:

=====================================
p/haskell-ormolu/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-ormolu (0.0.3.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Sat, 27 Jun 2020 21:47:46 -0400


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


=====================================
p/haskell-ormolu/debian/control
=====================================
@@ -0,0 +1,101 @@
+Source: haskell-ormolu
+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-dlist-dev (>= 0.8),
+ libghc-dlist-dev (<< 0.9),
+ libghc-dlist-prof (>= 0.8),
+ libghc-exceptions-dev (>= 0.6),
+ libghc-exceptions-dev (<< 0.11),
+ libghc-exceptions-prof (>= 0.6),
+ libghc-ghc-lib-parser-dev (>= 8.8.1),
+ libghc-ghc-lib-parser-dev (<< 8.9),
+ libghc-ghc-lib-parser-prof (>= 8.8.1),
+ libghc-syb-dev (>= 0.7),
+ libghc-syb-dev (<< 0.8),
+ libghc-syb-prof (>= 0.7),
+ libghc-gitrev-dev (>= 1.3),
+ libghc-gitrev-dev (<< 1.4),
+ libghc-gitrev-prof (>= 1.3),
+ libghc-optparse-applicative-dev (>= 0.14),
+ libghc-optparse-applicative-dev (<< 0.16),
+ libghc-optparse-applicative-prof (>= 0.14),
+ libghc-hspec-dev (>= 2.0),
+ libghc-hspec-dev (<< 3.0),
+ libghc-hspec-prof (>= 2.0),
+ libghc-path-dev (>= 0.6),
+ libghc-path-dev (<< 0.8),
+ libghc-path-prof (>= 0.6),
+ libghc-path-io-dev (>= 1.4.2),
+ libghc-path-io-dev (<< 2.0),
+ libghc-path-io-prof (>= 1.4.2),
+Build-Depends-Indep: ghc-doc,
+ libghc-dlist-doc,
+ libghc-exceptions-doc,
+ libghc-ghc-lib-parser-doc,
+ libghc-syb-doc,
+Standards-Version: 4.5.0
+Homepage: https://github.com/tweag/ormolu
+X-Description: formatter for Haskell source code
+ A formatter for Haskell source code.
+
+Package: libghc-ormolu-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-ormolu-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-ormolu-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}
+
+Package: ormolu
+Architecture: any
+Section: devel
+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}


=====================================
p/haskell-ormolu/debian/copyright
=====================================
@@ -0,0 +1,48 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ormolu
+Upstream-Contact: Mark Karpov <mark.karpov at tweag.io>
+Source: https://hackage.haskell.org/package/ormolu
+
+Files: *
+Copyright: 2018-2020 Tweag I/O
+License: BSD-3-clause
+
+Files: data/examples/other/comment-style-transform.hs
+       data/examples/other/comment-style-transform-out.hs
+Copyright: 2011-2016 Bryan O'Sullivan
+License: BSD-3-clause
+
+Files: data/examples/module-header/leading-empty-line-out.hs
+       data/examples/module-header/leading-empty-line.hs
+Copyright: 2015–2019 Megaparsec contributors
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+ .
+ * Neither the name Tweag I/O nor the names of contributors may be used to
+   endorse or promote products derived from this software without specific
+   prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS “AS IS” AND ANY EXPRESS
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
+ NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
+ OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


=====================================
p/haskell-ormolu/debian/libghc-ormolu-doc.examples
=====================================
@@ -0,0 +1,4 @@
+data/examples/declaration
+data/examples/import
+data/examples/module-header
+data/examples/other


=====================================
p/haskell-ormolu/debian/ormolu.install
=====================================
@@ -0,0 +1 @@
+dist-ghc/build/ormolu/ormolu usr/bin


=====================================
p/haskell-ormolu/debian/patches/newer-deps
=====================================
@@ -0,0 +1,20 @@
+--- a/ormolu.cabal
++++ b/ormolu.cabal
+@@ -68,7 +68,7 @@
+                     , containers     >= 0.5 && < 0.7
+                     , dlist          >= 0.8 && < 0.9
+                     , exceptions     >= 0.6 && < 0.11
+-                    , ghc-lib-parser >= 8.8.1 && < 8.8.3
++                    , ghc-lib-parser >= 8.8.1 && < 8.9
+                     , mtl            >= 2.0 && < 3.0
+                     , syb            >= 0.7 && < 0.8
+                     , text           >= 0.2 && < 1.3
+@@ -150,7 +150,7 @@
+   main-is:            Main.hs
+   hs-source-dirs:     app
+   build-depends:      base           >= 4.12 && < 5.0
+-                    , ghc-lib-parser >= 8.8.1 && < 8.8.3
++                    , ghc-lib-parser >= 8.8.1 && < 8.9
+                     , gitrev         >= 1.3 && < 1.4
+                     , optparse-applicative >= 0.14 && < 0.16
+                     , ormolu


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


=====================================
p/haskell-ormolu/debian/rules
=====================================
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = ormolu
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/ormolu:: build-ghc-stamp


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


=====================================
p/haskell-ormolu/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/ormolu/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/e72b0fc5706d50d1b22ac2608cea758be2624a07

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e72b0fc5706d50d1b22ac2608cea758be2624a07
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/20200628/dc8e26bd/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list