update to 1.6.3

This commit is contained in:
Jens Petersen 2021-08-05 21:13:30 +08:00
parent 3e1f54955d
commit 370b2f1f37
4 changed files with 85 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/path-io-1.4.2.tar.gz
/path-io-1.6.0.tar.gz
/path-io-1.6.2.tar.gz
/path-io-1.6.3.tar.gz

View File

@ -7,7 +7,7 @@
%bcond_without tests
Name: ghc-%{pkg_name}
Version: 1.6.2
Version: 1.6.3
Release: 1%{?dist}
Summary: Interface to directory package for users of path
@ -15,9 +15,11 @@ License: BSD
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:
BuildRequires: dos2unix
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-base-prof
@ -78,6 +80,7 @@ This package provides the Haskell %{pkg_name} profiling library.
%prep
# Begin cabal-rpm setup:
%setup -q -n %{pkgver}
dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal
# End cabal-rpm setup
@ -121,6 +124,9 @@ This package provides the Haskell %{pkg_name} profiling library.
%changelog
* Thu Aug 5 2021 Jens Petersen <petersen@redhat.com> - 1.6.3-1
- update to 1.6.3
* Thu Aug 5 2021 Jens Petersen <petersen@redhat.com> - 1.6.2-1
- update to 1.6.2

76
path-io-1.6.3.cabal Normal file
View File

@ -0,0 +1,76 @@
cabal-version: 1.18
name: path-io
version: 1.6.3
x-revision: 1
license: BSD3
license-file: LICENSE.md
maintainer: Mark Karpov <markkarpov92@gmail.com>
author: Mark Karpov <markkarpov92@gmail.com>
tested-with: ghc ==8.8.4 ghc ==8.10.4 ghc ==9.0.1
homepage: https://github.com/mrkkrp/path-io
bug-reports: https://github.com/mrkkrp/path-io/issues
synopsis: Interface to directory package for users of path
description: Interface to directory package for users of path.
category: System, Filesystem
build-type: Simple
extra-doc-files:
CHANGELOG.md
README.md
source-repository head
type: git
location: https://github.com/mrkkrp/path-io.git
flag dev
description: Turn on development settings.
default: False
manual: True
library
exposed-modules: Path.IO
default-language: Haskell2010
build-depends:
base >=4.13 && <5.0,
containers,
directory >=1.3.2.0 && <1.4,
dlist >=0.8 && <2.0,
exceptions >=0.8 && <0.11,
filepath >=1.2 && <1.5,
path >=0.6 && <0.10,
temporary >=1.1 && <1.4,
time >=1.4 && <1.11,
transformers >=0.3 && <0.6,
unix-compat
if flag(dev)
ghc-options: -Wall -Werror
else
ghc-options: -O2 -Wall
if flag(dev)
ghc-options:
-Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns
-Wnoncanonical-monad-instances
test-suite tests
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs: tests
default-language: Haskell2010
build-depends:
base >=4.13 && <5.0,
directory >=1.3.2.0 && <1.4,
exceptions >=0.8 && <0.11,
hspec >=2.0 && <3.0,
filepath >=1.2 && <1.5,
path >=0.6 && <0.10,
path-io,
transformers >=0.3 && <0.6,
unix-compat
if flag(dev)
ghc-options: -Wall -Werror
else
ghc-options: -O2 -Wall

View File

@ -1 +1 @@
SHA512 (path-io-1.6.2.tar.gz) = fd11ebae212c20a9ae68e79021c4b679e77b4bdd996eef499501a1357a492b56541368b1c04fe3d58f40c3d41ae791e921c16795097e3fe9eb87461036afb97d
SHA512 (path-io-1.6.3.tar.gz) = d9d4e0d3a0b74677b8e29608254b1a4b5f306378400e8ec6d2b96ec4fd5b340ca20652684af558ec5ec5c401a18c4c9203adf7afbb1a602df0786459bc5bc774