[Git][haskell-team/DHG_packages][master] generics-sop: patch in a Setup.hs

Clint Adams gitlab at salsa.debian.org
Tue Jun 2 16:24:25 BST 2020



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


Commits:
0e82877c by Clint Adams at 2020-06-02T11:22:22-04:00
generics-sop: patch in a Setup.hs

- - - - -


4 changed files:

- p/haskell-generics-sop/debian/changelog
- p/haskell-generics-sop/debian/control
- + p/haskell-generics-sop/debian/patches/series
- + p/haskell-generics-sop/debian/patches/setup-hs


Changes:

=====================================
p/haskell-generics-sop/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-generics-sop (0.5.1.0-2) unstable; urgency=medium
+
+  * Patch in a Setup.hs.
+
+ -- Clint Adams <clint at debian.org>  Tue, 02 Jun 2020 11:21:55 -0400
+
 haskell-generics-sop (0.5.1.0-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-generics-sop/debian/control
=====================================
@@ -18,8 +18,8 @@ Build-Depends: debhelper (>= 10),
 Build-Depends-Indep: ghc-doc,
  libghc-sop-core-doc,
  libghc-th-abstraction-doc,
-Standards-Version: 4.1.4
-Homepage: http://hackage.haskell.org/package/generics-sop
+Standards-Version: 4.5.0
+Homepage: https://hackage.haskell.org/package/generics-sop
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-generics-sop
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-generics-sop]
 X-Description: Generic Programming using True Sums of Products


=====================================
p/haskell-generics-sop/debian/patches/series
=====================================
@@ -0,0 +1 @@
+setup-hs


=====================================
p/haskell-generics-sop/debian/patches/setup-hs
=====================================
@@ -0,0 +1,6 @@
+--- /dev/null
++++ b/Setup.hs
+@@ -0,0 +1,3 @@
++import Distribution.Simple
++
++main = defaultMain



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/0e82877c8d15ae411d45c065ffe523c5a392ba8d
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/20200602/d8be7b56/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list