Codebase list haskell-base16-bytestring / 0e82877
generics-sop: patch in a Setup.hs Clint Adams 3 years ago
4 changed file(s) with 15 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 haskell-generics-sop (0.5.1.0-2) unstable; urgency=medium
1
2 * Patch in a Setup.hs.
3
4 -- Clint Adams <clint@debian.org> Tue, 02 Jun 2020 11:21:55 -0400
5
06 haskell-generics-sop (0.5.1.0-1) unstable; urgency=medium
17
28 * New upstream release
1717 Build-Depends-Indep: ghc-doc,
1818 libghc-sop-core-doc,
1919 libghc-th-abstraction-doc,
20 Standards-Version: 4.1.4
21 Homepage: http://hackage.haskell.org/package/generics-sop
20 Standards-Version: 4.5.0
21 Homepage: https://hackage.haskell.org/package/generics-sop
2222 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-generics-sop
2323 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-generics-sop]
2424 X-Description: Generic Programming using True Sums of Products
0 --- /dev/null
1 +++ b/Setup.hs
2 @@ -0,0 +1,3 @@
3 +import Distribution.Simple
4 +
5 +main = defaultMain