From 6bb47ed4c55cb3b7a2e9c9e40d642e8766a0e7ab Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Feb 21 2019 04:04:50 +0000 Subject: update to 1.0.10.0 --- diff --git a/.gitignore b/.gitignore index 26bbb19..95449d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /mono-traversable-1.0.2.tar.gz /mono-traversable-1.0.7.0.tar.gz /mono-traversable-1.0.8.1.tar.gz +/mono-traversable-1.0.10.0.tar.gz diff --git a/ghc-mono-traversable.spec b/ghc-mono-traversable.spec index 0e7724d..5b812d4 100644 --- a/ghc-mono-traversable.spec +++ b/ghc-mono-traversable.spec @@ -7,14 +7,15 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.0.8.1 -Release: 3%{?dist} +Version: 1.0.10.0 +Release: 1%{?dist} Summary: Type classes for mapping, folding, and traversing monomorphic containers License: MIT Url: https://hackage.haskell.org/package/%{pkg_name} # Begin cabal-rpm sources: Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz +Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal # End cabal-rpm sources # Begin cabal-rpm deps: @@ -68,6 +69,7 @@ This package provides the Haskell %{pkg_name} library development documentation. %prep # Begin cabal-rpm setup: %setup -q -n %{pkgver} +cp -bp %{SOURCE1} %{pkg_name}.cabal # End cabal-rpm setup @@ -114,6 +116,9 @@ grep "%{_docdir}/ghc/html/libraries/%{pkgver}" %{name}-devel.files > %{name}-dev %endif %changelog +* Thu Feb 21 2019 Jens Petersen - 1.0.10.0-1 +- update to 1.0.10.0 + * Sun Feb 17 2019 Jens Petersen - 1.0.8.1-3 - refresh to cabal-rpm-0.13 diff --git a/mono-traversable-1.0.10.0.cabal b/mono-traversable-1.0.10.0.cabal new file mode 100644 index 0000000..32e8771 --- /dev/null +++ b/mono-traversable-1.0.10.0.cabal @@ -0,0 +1,97 @@ +cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.30.0. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: dd6993a12a11dc33b47bd2f3d81ac5ab62e3168ad8a01582458b74b64f971031 + +name: mono-traversable +version: 1.0.10.0 +x-revision: 1 +synopsis: Type classes for mapping, folding, and traversing monomorphic containers +description: Please see the README at +category: Data +homepage: https://github.com/snoyberg/mono-traversable#readme +bug-reports: https://github.com/snoyberg/mono-traversable/issues +author: Michael Snoyman, John Wiegley, Greg Weber +maintainer: michael@snoyman.com +license: MIT +license-file: LICENSE +build-type: Simple +extra-source-files: + README.md + ChangeLog.md + +source-repository head + type: git + location: https://github.com/snoyberg/mono-traversable + +library + hs-source-dirs: + src + ghc-options: -Wall + build-depends: + base >=4.9 && <5 + , bytestring >=0.9 + , containers >=0.5.8 + , hashable + , split >=0.2 + , text >=0.11 + , transformers >=0.3 + , unordered-containers >=0.2 + , vector >=0.10 + , vector-algorithms >=0.6 + if impl(ghc <8.0) + build-depends: + semigroups >=0.10 + exposed-modules: + Data.Containers + Data.MonoTraversable + Data.MonoTraversable.Unprefixed + Data.NonNull + Data.Sequences + other-modules: + Paths_mono_traversable + default-language: Haskell2010 + +test-suite test + type: exitcode-stdio-1.0 + main-is: main.hs + hs-source-dirs: + test + ghc-options: -O0 + build-depends: + HUnit + , QuickCheck + , base + , bytestring + , containers + , foldl + , hspec + , mono-traversable + , semigroups + , text + , transformers + , unordered-containers + , vector + other-modules: + Spec + Paths_mono_traversable + default-language: Haskell2010 + +benchmark sorting + type: exitcode-stdio-1.0 + main-is: sorting.hs + hs-source-dirs: + bench + ghc-options: -Wall -O2 + build-depends: + base + , gauge + , mono-traversable + , mwc-random + , vector + other-modules: + Paths_mono_traversable + default-language: Haskell2010 diff --git a/sources b/sources index ec15280..8e083f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mono-traversable-1.0.8.1.tar.gz) = cb3ea7efd1995be5f3af2b71cb8ed105801de6e2496fdd2644f90b223a33aa9b1e2e70837acaf3289aa4354ec217daf9bb77b44e7b745c3c84866ec40be5e062 +SHA512 (mono-traversable-1.0.10.0.tar.gz) = eb229938885dfef4e74da810c30205bba6c27de5139b32983f478a5572e1bf588c95babc4a7bb4798ca200711119861b40ce628f0e11364615bef3a9aac0b476