update to 1.6.0
This commit is contained in:
parent
a93956e408
commit
524efac41f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/path-io-1.4.2.tar.gz
|
||||
/path-io-1.6.0.tar.gz
|
||||
|
@ -7,7 +7,7 @@
|
||||
%bcond_without tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.4.2
|
||||
Version: 1.6.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Interface to ‘directory’ package for users of ‘path’
|
||||
|
||||
@ -130,5 +130,8 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 10 2020 Jens Petersen <petersen@redhat.com> - 1.6.0-1
|
||||
- update to 1.6.0
|
||||
|
||||
* Wed Feb 19 2020 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 1.4.2-1
|
||||
- spec file generated by cabal-rpm-2.0.2
|
||||
|
@ -1,8 +1,8 @@
|
||||
name: path-io
|
||||
version: 1.4.2
|
||||
version: 1.6.0
|
||||
x-revision: 1
|
||||
cabal-version: 1.18
|
||||
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.3
|
||||
tested-with: GHC==8.4.4, GHC==8.6.5, GHC==8.8.1
|
||||
license: BSD3
|
||||
license-file: LICENSE.md
|
||||
author: Mark Karpov <markkarpov92@gmail.com>
|
||||
@ -22,13 +22,13 @@ flag dev
|
||||
default: False
|
||||
|
||||
library
|
||||
build-depends: base >= 4.8 && < 5.0
|
||||
build-depends: base >= 4.11 && < 5.0
|
||||
, containers
|
||||
, directory >= 1.2.2 && < 1.4
|
||||
, directory >= 1.3.2.0 && < 1.4
|
||||
, dlist >= 0.8 && < 0.9
|
||||
, exceptions >= 0.8 && < 0.11
|
||||
, filepath >= 1.2 && < 1.5
|
||||
, path >= 0.6 && < 0.7
|
||||
, path >= 0.6 && < 0.8
|
||||
, temporary >= 1.1 && < 1.4
|
||||
, time >= 1.4 && < 1.10
|
||||
, transformers >= 0.3 && < 0.6
|
||||
@ -38,12 +38,11 @@ library
|
||||
ghc-options: -Wall -Werror
|
||||
else
|
||||
ghc-options: -O2 -Wall
|
||||
if flag(dev) && impl(ghc >= 8.0)
|
||||
if flag(dev)
|
||||
ghc-options: -Wcompat
|
||||
-Wincomplete-record-updates
|
||||
-Wincomplete-uni-patterns
|
||||
-Wnoncanonical-monad-instances
|
||||
-Wnoncanonical-monadfail-instances
|
||||
default-language: Haskell2010
|
||||
|
||||
test-suite tests
|
||||
@ -54,11 +53,12 @@ test-suite tests
|
||||
ghc-options: -Wall -Werror
|
||||
else
|
||||
ghc-options: -O2 -Wall
|
||||
build-depends: base >= 4.8 && < 5.0
|
||||
, directory >= 1.2.2 && < 1.4
|
||||
build-depends: base >= 4.11 && < 5.0
|
||||
, directory >= 1.3.2.0 && < 1.4
|
||||
, exceptions >= 0.8 && < 0.11
|
||||
, hspec >= 2.0 && < 3.0
|
||||
, path >= 0.6 && < 0.7
|
||||
, filepath >= 1.2 && < 1.5
|
||||
, path >= 0.6 && < 0.8
|
||||
, path-io
|
||||
, transformers >= 0.3 && < 0.6
|
||||
, unix-compat
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (path-io-1.4.2.tar.gz) = 01a20544dba6aa8941da8826296ee6e6d1d83b7b3a102625a18c95db7f6cc42115f766371838f0fc0f39ca1f603cfad34660643eb66efbcd206afea78c67d38e
|
||||
SHA512 (path-io-1.6.0.tar.gz) = dcafbbfe1531d7b00a9df751c093e6affdefafe7589c0243530579b9f5733ef1357b1085cfd88bf53ff9794accddbc789b927a199f4c4a2b7778268cf1719477
|
||||
|
Loading…
Reference in New Issue
Block a user