Hello community,

here is the log from the commit of package ghc-path-io for openSUSE:Factory 
checked in at 2019-02-17 12:20:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-path-io (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-path-io.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-path-io"

Sun Feb 17 12:20:20 2019 rev:12 rq:674303 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-path-io/ghc-path-io.changes  2018-12-28 
12:35:27.239957941 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-path-io.new.28833/ghc-path-io.changes       
2019-02-17 12:20:20.788216968 +0100
@@ -1,0 +2,5 @@
+Sat Jan 19 12:33:34 UTC 2019 - Peter Simons <[email protected]>
+
+- Update Cabal build instructions for more accurate dependencies.
+
+-------------------------------------------------------------------

New:
----
  path-io.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-path-io.spec ++++++
--- /var/tmp/diff_new_pack.GvRnwo/_old  2019-02-17 12:20:21.700216717 +0100
+++ /var/tmp/diff_new_pack.GvRnwo/_new  2019-02-17 12:20:21.712216714 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-path-io
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Group:          Development/Libraries/Haskell
 URL:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-directory-devel
@@ -58,6 +59,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ path-io.cabal ++++++
name:                 path-io
version:              1.4.1
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
license:              BSD3
license-file:         LICENSE.md
author:               Mark Karpov <[email protected]>
maintainer:           Mark Karpov <[email protected]>
homepage:             https://github.com/mrkkrp/path-io
bug-reports:          https://github.com/mrkkrp/path-io/issues
category:             System, Filesystem
synopsis:             Interface to ‘directory’ package for users of ‘path’
build-type:           Simple
description:          Interface to ‘directory’ package for users of ‘path’.
extra-doc-files:      CHANGELOG.md
                    , README.md

flag dev
  description:        Turn on development settings.
  manual:             True
  default:            False

library
  build-depends:      base         >= 4.8     && < 5.0
                    , containers
                    , directory    >= 1.2.2   && < 1.4
                    , dlist        >= 0.8     && < 0.9
                    , exceptions   >= 0.8     && < 0.11
                    , filepath     >= 1.2     && < 1.5
                    , path         >= 0.6     && < 0.7
                    , temporary    >= 1.1     && < 1.4
                    , time         >= 1.4     && < 1.9
                    , transformers >= 0.3     && < 0.6
                    , unix-compat
  exposed-modules:    Path.IO
  if flag(dev)
    ghc-options:      -Wall -Werror
  else
    ghc-options:      -O2 -Wall
 if flag(dev) && impl(ghc >= 8.0)
    ghc-options:      -Wcompat
                      -Wincomplete-record-updates
                      -Wincomplete-uni-patterns
                      -Wnoncanonical-monad-instances
                      -Wnoncanonical-monadfail-instances
  default-language:   Haskell2010

test-suite tests
  main-is:            Main.hs
  hs-source-dirs:     tests
  type:               exitcode-stdio-1.0
  if flag(dev)
    ghc-options:      -Wall -Werror
  else
    ghc-options:      -O2 -Wall
  build-depends:      base         >= 4.8     && < 5.0
                    , directory    >= 1.2.2   && < 1.4
                    , exceptions   >= 0.8     && < 0.11
                    , hspec        >= 2.0     && < 3.0
                    , path         >= 0.5     && < 0.7
                    , path-io
                    , transformers >= 0.3     && < 0.6
                    , unix-compat
  default-language:   Haskell2010

source-repository head
  type:               git
  location:           https://github.com/mrkkrp/path-io.git

Reply via email to