Hello community,

here is the log from the commit of package ghc-interpolate for openSUSE:Factory 
checked in at 2017-06-22 10:37:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-interpolate (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-interpolate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-interpolate"

Thu Jun 22 10:37:59 2017 rev:2 rq:504080 version:0.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-interpolate/ghc-interpolate.changes  
2017-05-16 14:40:23.839240072 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-interpolate.new/ghc-interpolate.changes     
2017-06-22 10:38:00.617778130 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:05:42 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.0 revision 1.
+
+-------------------------------------------------------------------

New:
----
  interpolate.cabal

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

Other differences:
------------------
++++++ ghc-interpolate.spec ++++++
--- /var/tmp/diff_new_pack.dt1O1g/_old  2017-06-22 10:38:01.341676076 +0200
+++ /var/tmp/diff_new_pack.dt1O1g/_new  2017-06-22 10:38:01.345675512 +0200
@@ -26,6 +26,7 @@
 Group:          Development/Languages/Other
 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-haskell-src-meta-devel
 BuildRequires:  ghc-rpm-macros
@@ -55,6 +56,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ interpolate.cabal ++++++
name:             interpolate
version:          0.1.0
x-revision: 1
license:          MIT
license-file:     LICENSE
copyright:        (c) 2013 Simon Hengel
author:           Simon Hengel <s...@typeful.net>
maintainer:       Simon Hengel <s...@typeful.net>
build-type:       Simple
cabal-version:    >= 1.8
category:         Data, Text
stability:        experimental
synopsis:         String interpolation done right
description:      String interpolation done right

source-repository head
  type: git
  location: https://github.com/sol/interpolate

library
  ghc-options:
      -Wall
  hs-source-dirs:
      src
  exposed-modules:
      Data.String.Interpolate
      Data.String.Interpolate.IsString
      Data.String.Interpolate.Util
  other-modules:
      Data.String.Interpolate.Internal.Util
      Data.String.Interpolate.Parse
      Data.String.Interpolate.Compat
  build-depends:
      base    == 4.*
    , template-haskell
    , haskell-src-meta < 0.8

test-suite spec
  type:
      exitcode-stdio-1.0
  ghc-options:
      -Wall
  hs-source-dirs:
      src, test
  main-is:
      Spec.hs
  build-depends:
      base    == 4.*
    , template-haskell
    , haskell-src-meta < 0.8

    , text
    , bytestring
    , hspec >= 1.5
    , QuickCheck
    , quickcheck-instances

Reply via email to