[Git][haskell-team/DHG_packages][master] uuagc-cabal: Upgrading from 1.1.0.0 to 1.2.0.0

Clint Adams (@clint) gitlab at salsa.debian.org
Sun Jul 3 02:55:51 BST 2022



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
dbb56b57 by Clint Adams at 2022-07-02T21:55:25-04:00
uuagc-cabal: Upgrading from 1.1.0.0 to 1.2.0.0

- - - - -


3 changed files:

- p/haskell-uuagc-cabal/debian/changelog
- − p/haskell-uuagc-cabal/debian/patches/fix-build-with-ghc-8.8
- − p/haskell-uuagc-cabal/debian/patches/series


Changes:

=====================================
p/haskell-uuagc-cabal/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-uuagc-cabal (1.1.0.0-5) UNRELEASED; urgency=medium
+haskell-uuagc-cabal (1.2.0.0-1) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.6.1
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:33:20 +0300
+  [ Clint Adams ]
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Sat, 02 Jul 2022 21:54:22 -0400
 
 haskell-uuagc-cabal (1.1.0.0-4) unstable; urgency=medium
 


=====================================
p/haskell-uuagc-cabal/debian/patches/fix-build-with-ghc-8.8 deleted
=====================================
@@ -1,66 +0,0 @@
-Index: haskell-uuagc-cabal/src/Distribution/Simple/UUAGC/UUAGC.hs
-===================================================================
---- haskell-uuagc-cabal.orig/src/Distribution/Simple/UUAGC/UUAGC.hs
-+++ haskell-uuagc-cabal/src/Distribution/Simple/UUAGC/UUAGC.hs
-@@ -6,7 +6,7 @@ module Distribution.Simple.UUAGC.UUAGC(u
-                                        uuagcFromString
-                                       ) where
- 
--import Distribution.Simple.BuildPaths (autogenModulesDir)
-+-- import Distribution.Simple.BuildPaths (autogenComponentModulesDir)
- import Debug.Trace
- import Distribution.Simple
- import Distribution.Simple.PreProcess
-@@ -104,13 +104,13 @@ uuagcLibUserHook :: ([String] -> FilePat
- uuagcLibUserHook uuagc = hooks where
-   hooks = simpleUserHooks { hookedPreProcessors = ("ag", ag):("lag",ag):knownSuffixHandlers
-                           , buildHook = uuagcBuildHook uuagc
--                          , sDistHook = uuagcSDistHook uuagc
-+--                          , sDistHook = uuagcSDistHook uuagc
-                           }
-   ag = uuagc' uuagc
- 
- originalPreBuild  = preBuild simpleUserHooks
- originalBuildHook = buildHook simpleUserHooks
--originalSDistHook = sDistHook simpleUserHooks
-+--originalSDistHook = sDistHook simpleUserHooks
- 
- putErrorInfo :: Handle -> IO ()
- putErrorInfo h = hGetContents h >>= hPutStr stderr
-@@ -188,21 +188,21 @@ getOptionsFromClass classes fOpt =
-                                                    ++ show fClass
-                                                    ++ " is not defined."
- 
--uuagcSDistHook :: ([String] -> FilePath -> IO (ExitCode, [FilePath]))
--     -> PackageDescription
--     -> Maybe LocalBuildInfo
--     -> UserHooks
--     -> SDistFlags
--     -> IO ()
--uuagcSDistHook uuagc pd mbLbi uh df = do
--  {-
--  case mbLbi of
--    Nothing -> warn normal "sdist: the local buildinfo was not present. Skipping AG initialization. Dist may fail."
--    Just lbi -> let classesPath = buildDir lbi </> agClassesFile
--                in commonHook uuagc classesPath pd lbi (sDistVerbosity df)
--  originalSDistHook pd mbLbi uh df
--  -}
--  originalSDistHook pd mbLbi (uh { hookedPreProcessors = ("ag", nouuagc):("lag",nouuagc):knownSuffixHandlers }) df  -- bypass preprocessors
-+-- uuagcSDistHook :: ([String] -> FilePath -> IO (ExitCode, [FilePath]))
-+--      -> PackageDescription
-+--      -> Maybe LocalBuildInfo
-+--      -> UserHooks
-+--      -> SDistFlags
-+--      -> IO ()
-+-- uuagcSDistHook uuagc pd mbLbi uh df = do
-+--   {-
-+--   case mbLbi of
-+--     Nothing -> warn normal "sdist: the local buildinfo was not present. Skipping AG initialization. Dist may fail."
-+--     Just lbi -> let classesPath = buildDir lbi </> agClassesFile
-+--                 in commonHook uuagc classesPath pd lbi (sDistVerbosity df)
-+--   originalSDistHook pd mbLbi uh df
-+--   -}
-+--   originalSDistHook pd mbLbi (uh { hookedPreProcessors = ("ag", nouuagc):("lag",nouuagc):knownSuffixHandlers }) df  -- bypass preprocessors
- 
- uuagcBuildHook
-   :: ([String] -> FilePath -> IO (ExitCode, [FilePath]))


=====================================
p/haskell-uuagc-cabal/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-fix-build-with-ghc-8.8



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/dbb56b57706db1f5a23fcc9f2b69900d728a16fd

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/dbb56b57706db1f5a23fcc9f2b69900d728a16fd
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20220703/bc3b7862/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list