Commit 402d9bd7 authored by Clint Adams's avatar Clint Adams
Browse files

sandi: Upgrading from 0.4.2 to 0.5

parent 7e082250
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-sandi (0.5-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <clint@debian.org>  Sat, 27 Jul 2019 22:04:40 -0400

haskell-sandi (0.4.2-2) unstable; urgency=medium

  [ Clint Adams ]
+9 −14
Original line number Diff line number Diff line
@@ -10,27 +10,22 @@ Build-Depends:
 debhelper (>= 10),
 ghc (>= 8),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-conduit-dev (>= 1.2),
 libghc-conduit-dev (<< 1.4),
 haskell-devscripts (>= 0.15),
 libghc-conduit-dev,
 libghc-conduit-prof,
 libghc-exceptions-dev (>= 0.6),
 libghc-exceptions-dev (<< 0.11),
 libghc-exceptions-dev,
 libghc-exceptions-prof,
 libghc-hunit-dev,
 libghc-stringsearch-dev (<< 0.4),
 libghc-stringsearch-dev (>= 0.3),
 libghc-stringsearch-prof,
 libghc-tasty-dev <!nocheck>,
 libghc-tasty-prof <!nocheck>,
 libghc-tasty-hunit-dev <!nocheck>,
 libghc-tasty-hunit-prof <!nocheck>,
 libghc-tasty-quickcheck-dev <!nocheck>,
Build-Depends-Indep:
 ghc-doc,
 libghc-tasty-quickcheck-prof <!nocheck>,
Build-Depends-Indep: ghc-doc,
 libghc-conduit-doc,
 libghc-exceptions-doc,
 libghc-stringsearch-doc,
Standards-Version: 4.1.4
Homepage: http://hackage.haskell.org/package/sandi
Standards-Version: 4.4.0
Homepage: https://hackage.haskell.org/package/sandi
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-sandi
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-sandi]
X-Description: Haskell library of data encoders and decoders
+28 −30
Original line number Diff line number Diff line
--- a/sandi.cabal
+++ b/sandi.cabal
@@ -71,8 +71,7 @@ test-suite sandi-tests
         HUnit,
         tasty,
         tasty-hunit,
-        tasty-quickcheck,
-        tasty-th
+        tasty-quickcheck
     main-is: Main.hs
     other-modules:
         Codec.Binary.Base16Test
@@ -93,7 +93,6 @@
     , tasty
     , tasty-hunit
     , tasty-quickcheck
-    , tasty-th
   default-language: Haskell2010
 
 benchmark sandi-bench
--- a/test-src/Codec/Binary/Base16Test.hs
+++ b/test-src/Codec/Binary/Base16Test.hs
@@ -1,4 +1,3 @@
@@ -17,7 +15,7 @@
 -- Copyright: (c) Magnus Therning, 2013
 -- License: BSD3, found in the LICENSE file
 
@@ -12,7 +11,6 @@ import qualified Data.ByteString.Char8 a
@@ -12,7 +11,6 @@
 import Data.Word (Word8)
 
 import Test.Tasty
@@ -25,7 +23,7 @@
 import Test.Tasty.HUnit
 import Test.Tasty.QuickCheck
 
@@ -45,4 +43,9 @@ prop_b16_encdec :: [Word8] -> Bool
@@ -45,4 +43,9 @@
 prop_b16_encdec ws = BS.pack ws == fromRight (B16.decode $ B16.encode $ BS.pack ws)
 
 tests :: TestTree
@@ -43,7 +41,7 @@
 -- Copyright: (c) Magnus Therning, 2013
 -- License: BSD3, found in the LICENSE file
 
@@ -12,7 +11,6 @@ import qualified Data.ByteString.Char8 a
@@ -12,7 +11,6 @@
 import Data.Word (Word8)
 
 import Test.Tasty
@@ -51,7 +49,7 @@
 import Test.Tasty.HUnit
 import Test.Tasty.QuickCheck
 
@@ -49,4 +47,9 @@ prop_encdec :: [Word8] -> Bool
@@ -49,4 +47,9 @@
 prop_encdec ws = BS.pack ws == fromRight (B32H.decode $ B32H.encode $ BS.pack ws)
 
 tests :: TestTree
@@ -69,7 +67,7 @@
 -- Copyright: (c) Magnus Therning, 2013
 -- License: BSD3, found in the LICENSE file
 
@@ -12,7 +11,6 @@ import qualified Data.ByteString.Char8 a
@@ -12,7 +11,6 @@
 import Data.Word (Word8)
 
 import Test.Tasty
@@ -77,7 +75,7 @@
 import Test.Tasty.HUnit
 import Test.Tasty.QuickCheck
 
@@ -49,4 +47,9 @@ prop_encdec :: [Word8] -> Bool
@@ -49,4 +47,9 @@
 prop_encdec ws = BS.pack ws == fromRight (B32.decode $ B32.encode $ BS.pack ws)
 
 tests :: TestTree
@@ -95,7 +93,7 @@
 -- Copyright: (c) Magnus Therning, 2013
 -- License: BSD3, found in the LICENSE file
 
@@ -12,7 +11,6 @@ import qualified Data.ByteString.Char8 a
@@ -12,7 +11,6 @@
 import Data.Word (Word8)
 
 import Test.Tasty
@@ -103,7 +101,7 @@
 import Test.Tasty.HUnit
 import Test.Tasty.QuickCheck
 
@@ -50,4 +48,10 @@ prop_encdec :: [Word8] -> Bool
@@ -50,4 +48,10 @@
 prop_encdec ws = BS.pack ws == fromRight (B64.decode $ B64.encode $ BS.pack ws)
 
 tests :: TestTree
@@ -122,7 +120,7 @@
 -- Copyright: (c) Magnus Therning, 2013
 -- License: BSD3, found in the LICENSE file
 
@@ -12,7 +11,6 @@ import qualified Data.ByteString.Char8 a
@@ -12,7 +11,6 @@
 import Data.Word (Word8)
 
 import Test.Tasty
@@ -130,7 +128,7 @@
 import Test.Tasty.HUnit
 import Test.Tasty.QuickCheck
 
@@ -50,4 +48,10 @@ prop_encdec :: [Word8] -> Bool
@@ -50,4 +48,10 @@
 prop_encdec ws = BS.pack ws == fromRight (B64U.decode $ B64U.encode $ BS.pack ws)
 
 tests :: TestTree
@@ -149,7 +147,7 @@
 -- Copyright: (c) Magnus Therning, 2013
 -- License: BSD3, found in the LICENSE file
 
@@ -12,7 +11,6 @@ import qualified Data.ByteString.Char8 a
@@ -12,7 +11,6 @@
 import Data.Word (Word8)
 
 import Test.Tasty
@@ -157,7 +155,7 @@
 import Test.Tasty.HUnit
 import Test.Tasty.QuickCheck
 
@@ -59,4 +57,10 @@ prop_encdec :: [Word8] -> Bool
@@ -59,4 +57,10 @@
 prop_encdec ws = BS.pack ws == fromRight (B85.decode $ B85.encode $ BS.pack ws)
 
 tests :: TestTree
@@ -176,7 +174,7 @@
 -- Copyright: (c) Magnus Therning, 2013-2015
 -- License: BSD3, found in the LICENSE file
 
@@ -12,7 +11,6 @@ import qualified Data.ByteString.Char8 a
@@ -12,7 +11,6 @@
 import Data.Word (Word8)
 
 import Test.Tasty
@@ -184,7 +182,7 @@
 import Test.Tasty.HUnit
 import Test.Tasty.QuickCheck
 
@@ -48,4 +46,9 @@ prop_encdec :: [Word8] -> Bool
@@ -48,4 +46,9 @@
 prop_encdec ws = BS.pack ws == fromRight (QP.decode $ QP.encode $ BS.pack ws)
 
 tests :: TestTree
@@ -202,7 +200,7 @@
 -- Copyright: (c) Magnus Therning, 2013
 -- License: BSD3, found in the LICENSE file
 
@@ -12,7 +11,6 @@ import qualified Data.ByteString.Char8 a
@@ -12,7 +11,6 @@
 import Data.Word (Word8)
 
 import Test.Tasty
@@ -210,7 +208,7 @@
 import Test.Tasty.HUnit
 import Test.Tasty.QuickCheck
 
@@ -40,4 +38,8 @@ prop_encdec :: [Word8] -> Bool
@@ -40,4 +38,8 @@
 prop_encdec ws = BS.pack ws == fromRight (Uu.decode $ Uu.encode $ BS.pack ws)
 
 tests :: TestTree
@@ -227,7 +225,7 @@
 -- Copyright: (c) Magnus Therning, 2013
 -- License: BSD3, found in the LICENSE file
 
@@ -12,7 +11,6 @@ import qualified Data.ByteString.Char8 a
@@ -12,7 +11,6 @@
 import Data.Word (Word8)
 
 import Test.Tasty
@@ -235,7 +233,7 @@
 import Test.Tasty.HUnit
 import Test.Tasty.QuickCheck
 
@@ -40,4 +38,8 @@ prop_encdec :: [Word8] -> Bool
@@ -40,4 +38,8 @@
 prop_encdec ws = BS.pack ws == fromRight (Xx.decode $ Xx.encode $ BS.pack ws)
 
 tests :: TestTree
@@ -252,7 +250,7 @@
 -- Copyright: (c) Magnus Therning, 2013
 -- License: BSD3, found in the LICENSE file
 
@@ -12,7 +11,6 @@ import qualified Data.ByteString.Char8 a
@@ -12,7 +11,6 @@
 import Data.Word (Word8)
 
 import Test.Tasty
@@ -260,7 +258,7 @@
 import Test.Tasty.QuickCheck
 import Test.Tasty.HUnit
 
@@ -56,4 +54,10 @@ prop_encdec :: [Word8] -> Bool
@@ -56,4 +54,10 @@
 prop_encdec ws = BS.pack ws == fromRight (Y.decode $ Y.encode $ BS.pack ws)
 
 tests :: TestTree