[Git][haskell-team/DHG_packages][master] polynomial: Upgrading from 0.7.2 to 0.7.3

Clint Adams gitlab at salsa.debian.org
Sun Apr 15 16:06:08 BST 2018


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


Commits:
fb8628f1 by Clint Adams at 2018-04-15T11:05:31-04:00
polynomial: Upgrading from 0.7.2 to 0.7.3

- - - - -


3 changed files:

- p/haskell-polynomial/debian/changelog
- − p/haskell-polynomial/debian/patches/fix-ghc-8.patch
- − p/haskell-polynomial/debian/patches/series


Changes:

=====================================
p/haskell-polynomial/debian/changelog
=====================================
--- a/p/haskell-polynomial/debian/changelog
+++ b/p/haskell-polynomial/debian/changelog
@@ -1,3 +1,9 @@
+haskell-polynomial (0.7.3-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Sun, 15 Apr 2018 11:04:46 -0400
+
 haskell-polynomial (0.7.2-5) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-polynomial/debian/patches/fix-ghc-8.patch deleted
=====================================
--- a/p/haskell-polynomial/debian/patches/fix-ghc-8.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Dean4Devil, https://github.com/Dean4Devil
-Forwarded: https://github.com/mokus0/polynomial/pull/9
-
-diff --git a/src/Data/VectorSpace/WrappedNum.hs b/src/Data/VectorSpace/WrappedNum.hs
-index d7df2aa..271a4fb 100644
---- a/src/Data/VectorSpace/WrappedNum.hs
-+++ b/src/Data/VectorSpace/WrappedNum.hs
-@@ -1,5 +1,6 @@
- {-# LANGUAGE TemplateHaskell, TypeFamilies, MultiParamTypeClasses, FlexibleInstances, FlexibleContexts #-}
- {-# LANGUAGE GeneralizedNewtypeDeriving #-}
-+{-# LANGUAGE RankNTypes #-}
- module Data.VectorSpace.WrappedNum
-   (WrappedNum(..)) where
- 
-@@ -19,7 +20,7 @@ newtype WrappedNum a = WrapNum { unwrapNum :: a }
-         , Floating, RealFloat)
- 
- derivingUnbox "Wrapped"
--    [t| (U.Unbox a) => WrappedNum a -> a |] [| unwrapNum |] [| \ a -> WrapNum a |]
-+    [t| forall a. (U.Unbox a) => WrappedNum a -> a |] [| unwrapNum |] [| \ a -> WrapNum a |]
- 
- instance Num a => AdditiveGroup (WrappedNum a) where
-     zeroV = 0


=====================================
p/haskell-polynomial/debian/patches/series deleted
=====================================
--- a/p/haskell-polynomial/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-ghc-8.patch



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

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


More information about the Pkg-haskell-commits mailing list