update to 1.0.10.0

epel9
Jens Petersen 6 years ago
parent 72e67a4f74
commit 6bb47ed4c5

1
.gitignore vendored

@ -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

@ -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 <petersen@redhat.com> - 1.0.10.0-1
- update to 1.0.10.0
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 1.0.8.1-3
- refresh to cabal-rpm-0.13

@ -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 <https://www.stackage.org/package/mono-traversable>
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

@ -1 +1 @@
SHA512 (mono-traversable-1.0.8.1.tar.gz) = cb3ea7efd1995be5f3af2b71cb8ed105801de6e2496fdd2644f90b223a33aa9b1e2e70837acaf3289aa4354ec217daf9bb77b44e7b745c3c84866ec40be5e062
SHA512 (mono-traversable-1.0.10.0.tar.gz) = eb229938885dfef4e74da810c30205bba6c27de5139b32983f478a5572e1bf588c95babc4a7bb4798ca200711119861b40ce628f0e11364615bef3a9aac0b476

Loading…
Cancel
Save