[Git][haskell-team/DHG_packages][master] 2 commits: half: Upgrading from 0.3 to 0.3.1

Clint Adams (@clint) gitlab at salsa.debian.org
Wed Jun 15 01:31:35 BST 2022



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


Commits:
8752023f by Clint Adams at 2022-06-14T20:29:35-04:00
half: Upgrading from 0.3 to 0.3.1

- - - - -
b28ee3d8 by Clint Adams at 2022-06-14T20:31:10-04:00
hex: Upgrading from 0.1.2 to 0.2.0

- - - - -


5 changed files:

- p/haskell-half/debian/changelog
- p/haskell-hex/debian/changelog
- p/haskell-hex/debian/control
- − p/haskell-hex/debian/patches/monadfail
- − p/haskell-hex/debian/patches/series


Changes:

=====================================
p/haskell-half/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-half (0.3.1-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Tue, 14 Jun 2022 20:29:35 -0400
+
 haskell-half (0.3-2) unstable; urgency=medium
 
   * Sourceful upload for GHC 8.8.


=====================================
p/haskell-hex/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hex (0.2.0-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Tue, 14 Jun 2022 20:29:59 -0400
+
 haskell-hex (0.1.2-8) unstable; urgency=medium
 
   * Patch to build even though the upstream API needs to be changed.


=====================================
p/haskell-hex/debian/control
=====================================
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 10),
  ghc-prof,
 Build-Depends-Indep: ghc-doc,
 Standards-Version: 4.5.0
-Homepage: https://hackage.haskell.org/package/hex
+Homepage: https://github.com/taruti/haskell-hex
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hex
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hex]
 X-Description: convert strings into hexadecimal and back


=====================================
p/haskell-hex/debian/patches/monadfail deleted
=====================================
@@ -1,20 +0,0 @@
---- a/Data/Hex.hs
-+++ b/Data/Hex.hs
-@@ -34,7 +34,7 @@
-     unhex (a:b:r) = do x <- c a
-                        y <- c b
-                        liftM (toEnum ((x * 16) + y) :) $ unhex r
--    unhex [_]      = fail "Non-even length"
-+    unhex [_]      = error "Non-even length"
- 
- 
- c :: Monad m => Char -> m Int
-@@ -60,7 +60,7 @@
- c 'd' = return 13
- c 'e' = return 14
- c 'f' = return 15
--c _   = fail "Invalid hex digit!"
-+c _   = error "Invalid hex digit!"
- 
- instance Hex B.ByteString where
-     hex = B.pack . hex . B.unpack


=====================================
p/haskell-hex/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-monadfail



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/2a3435ea1859710b5ea427e94ff3ea143cac89dd...b28ee3d8f1aadb57c064afbbe5f547118167e8c5

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/2a3435ea1859710b5ea427e94ff3ea143cac89dd...b28ee3d8f1aadb57c064afbbe5f547118167e8c5
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/20220615/066e1948/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list