From dea6a74f0950e01e12a918d5ea6e1cd9276626ca Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Jul 2019 15:34:19 +0000 Subject: [PATCH] update to 0.8.0.6 --- .gitignore | 1 + dlist-0.8.0.6.cabal | 55 +++++++++++++++++++++++++++++++++++++++++++++ ghc-dlist.spec | 7 ++++-- sources | 2 +- 4 files changed, 62 insertions(+), 3 deletions(-) create mode 100644 dlist-0.8.0.6.cabal diff --git a/.gitignore b/.gitignore index 6e5d68b..81bb2b6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /dlist-0.8.0.3.tar.gz /dlist-0.8.0.4.tar.gz /dlist-0.8.0.5.tar.gz +/dlist-0.8.0.6.tar.gz diff --git a/dlist-0.8.0.6.cabal b/dlist-0.8.0.6.cabal new file mode 100644 index 0000000..a4e2a44 --- /dev/null +++ b/dlist-0.8.0.6.cabal @@ -0,0 +1,55 @@ +name: dlist +version: 0.8.0.6 +x-revision: 1 +synopsis: Difference lists +description: + Difference lists are a list-like type supporting O(1) append. This is + particularly useful for efficient logging and pretty printing (e.g. with the + Writer monad), where list append quickly becomes too expensive. +category: Data +license: BSD3 +license-file: LICENSE +author: Don Stewart +maintainer: Sean Leather +copyright: 2006-2009 Don Stewart, 2013-2016 Sean Leather +homepage: https://github.com/spl/dlist +bug-reports: https://github.com/spl/dlist/issues +extra-source-files: README.md, + ChangeLog.md +build-type: Simple +cabal-version: >= 1.9.2 +tested-with: GHC==7.0.4 + GHC==7.2.2 + GHC==7.4.2 + GHC==7.6.3 + GHC==7.8.4 + GHC==7.10.3 + GHC==8.0.1 + +source-repository head + type: git + location: git://github.com/spl/dlist.git + +library + -- fail is not a method of Monad in base-4.13 + build-depends: base <4.13 + + build-depends: + base >= 4 && < 5, + deepseq >= 1.1 && < 2 + extensions: CPP + exposed-modules: Data.DList + ghc-options: -Wall + +test-suite test + type: exitcode-stdio-1.0 + main-is: Main.hs + other-modules: OverloadedStrings + hs-source-dirs: tests + build-depends: dlist, + base, + Cabal, + -- QuickCheck-2.10 is the first version supporting + -- base-4.9 (ghc-8) without the Arbitrary NonEmpty + -- instance, which we include ourselves. + QuickCheck >= 2.10 && < 2.14 diff --git a/ghc-dlist.spec b/ghc-dlist.spec index fbfab7a..2d4c7d1 100644 --- a/ghc-dlist.spec +++ b/ghc-dlist.spec @@ -7,8 +7,8 @@ %bcond_without tests Name: ghc-%{pkg_name} -Version: 0.8.0.5 -Release: 2%{?dist} +Version: 0.8.0.6 +Release: 1%{?dist} Summary: Difference lists License: BSD @@ -112,6 +112,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Jul 25 2019 Jens Petersen - 0.8.0.6-1 +- update to 0.8.0.6 + * Thu Jul 25 2019 Fedora Release Engineering - 0.8.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index 718e096..63929cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (dlist-0.8.0.5.tar.gz) = 4eb2be3c5edbf7fad41051bd703c28e47a6f7bbac4092cc9a4dd92cbc77e0f13c819b3a2d9436b6022c758c621c33ca1d9220a7c8856376eca6d1b54fa082160 +SHA512 (dlist-0.8.0.6.tar.gz) = 67df94aa155229b58297ba11cdf3d7846e988d61a3d49ba1573c99a85afbab0ca0f0a793be514704ffec63f655ec7e77ae5c7301d4938d8752067b5ae5146783