Hello community,

here is the log from the commit of package ghc-ghc-syb-utils for 
openSUSE:Factory checked in at 2017-07-05 23:58:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-ghc-syb-utils (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-ghc-syb-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-ghc-syb-utils"

Wed Jul  5 23:58:58 2017 rev:4 rq:506808 version:0.2.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-ghc-syb-utils/ghc-ghc-syb-utils.changes      
2017-06-21 13:55:21.954822252 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-ghc-syb-utils.new/ghc-ghc-syb-utils.changes 
2017-07-05 23:59:00.611399574 +0200
@@ -1,0 +2,5 @@
+Mon Jun 19 20:51:50 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.3.2.
+
+-------------------------------------------------------------------

Old:
----
  ghc-syb-utils-0.2.3.1.tar.gz

New:
----
  ghc-syb-utils-0.2.3.2.tar.gz

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

Other differences:
------------------
++++++ ghc-ghc-syb-utils.spec ++++++
--- /var/tmp/diff_new_pack.k9xnhc/_old  2017-07-05 23:59:02.695106041 +0200
+++ /var/tmp/diff_new_pack.k9xnhc/_new  2017-07-05 23:59:02.699105478 +0200
@@ -19,7 +19,7 @@
 %global pkg_name ghc-syb-utils
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.2.3.1
+Version:        0.2.3.2
 Release:        0
 Summary:        Scrap Your Boilerplate utilities for the GHC API
 License:        BSD-3-Clause

++++++ ghc-syb-utils-0.2.3.1.tar.gz -> ghc-syb-utils-0.2.3.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ghc-syb-utils-0.2.3.1/ghc-syb-utils.cabal 
new/ghc-syb-utils-0.2.3.2/ghc-syb-utils.cabal
--- old/ghc-syb-utils-0.2.3.1/ghc-syb-utils.cabal       2017-06-11 
12:15:08.000000000 +0200
+++ new/ghc-syb-utils-0.2.3.2/ghc-syb-utils.cabal       2017-06-11 
15:56:51.000000000 +0200
@@ -1,5 +1,5 @@
 name:            ghc-syb-utils
-version:         0.2.3.1
+version:         0.2.3.2
 license:         BSD3
 license-file:    LICENSE
 author:          Claus Reinke
@@ -11,9 +11,11 @@
 category:        Development
 stability:       provisional
 build-type:      Simple
-cabal-version:   >= 1.8
+cabal-version:   >= 1.10
 tested-with:     GHC ==7.8.3, GHC ==7.10.0
 
+extra-source-files: test/test-cases/*.hs
+
 library
   build-depends:   base >= 4 && < 5
                  , syb >= 0.1.0
@@ -27,15 +29,19 @@
       ghc-syb == 0.2.*
 
   hs-source-dirs:  .
-  extensions:      Rank2Types, CPP
+  default-language: Haskell2010
+  default-extensions: Rank2Types, CPP
   ghc-options:    -Wall
 
   exposed-modules: GHC.SYB.Utils
 
+
+
 test-suite regression-tests
   type: exitcode-stdio-1.0
   hs-source-dirs: test
   main-is: Regression.hs
+  default-language: Haskell2010
   build-depends:
                 base,
                 directory,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ghc-syb-utils-0.2.3.1/test/Regression.hs 
new/ghc-syb-utils-0.2.3.2/test/Regression.hs
--- old/ghc-syb-utils-0.2.3.1/test/Regression.hs        2017-06-11 
12:15:08.000000000 +0200
+++ new/ghc-syb-utils-0.2.3.2/test/Regression.hs        2017-06-11 
15:56:58.000000000 +0200
@@ -14,8 +14,8 @@
 
 main :: IO ()
 main = do
-  pkg_dir <- getCurrentDirectory
-  let ex1 = pkg_dir </> "test" </> "test-cases" </> "GithubIssue9.hs"
+  let ex1 = "test" </> "test-cases" </> "GithubIssue9.hs"
+
   Ghc.runGhc (Just libdir) $ do
     dflags0 <- Ghc.getSessionDynFlags
     let dflags = dflags0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ghc-syb-utils-0.2.3.1/test/test-cases/GithubIssue9.hs 
new/ghc-syb-utils-0.2.3.2/test/test-cases/GithubIssue9.hs
--- old/ghc-syb-utils-0.2.3.1/test/test-cases/GithubIssue9.hs   1970-01-01 
01:00:00.000000000 +0100
+++ new/ghc-syb-utils-0.2.3.2/test/test-cases/GithubIssue9.hs   2017-06-11 
12:15:08.000000000 +0200
@@ -0,0 +1,7 @@
+{-# LANGUAGE TemplateHaskell #-}
+module GithubIssue9 where
+
+import Language.Haskell.TH
+
+foo :: Q Exp
+foo = [| \f -> f 2 |]


Reply via email to