Skip to content

Commits on Source 5

haskell-mime-types (0.1.0.7-5) UNRELEASED; urgency=medium
haskell-mime-types (0.1.0.8-1) unstable; urgency=medium
* Set Rules-Requires-Root to no.
* New upstream release
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:10:07 -0400
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 22:39:01 -0400
haskell-mime-types (0.1.0.7-4) unstable; urgency=medium
......
haskell-miniutter (0.4.6.0-3) UNRELEASED; urgency=medium
haskell-miniutter (0.4.7.0-1) unstable; urgency=medium
[ Clint Adams ]
* Set Rules-Requires-Root to no.
......@@ -6,7 +6,10 @@ haskell-miniutter (0.4.6.0-3) UNRELEASED; urgency=medium
[ Mikolaj Konarski ]
* Add Vcs-Browser and Vcs-Git fields
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:10:08 -0400
[ Clint Adams ]
* New upstream release
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 22:39:19 -0400
haskell-miniutter (0.4.6.0-2) unstable; urgency=medium
......
haskell-monad-logger (0.3.28.3-2) UNRELEASED; urgency=medium
haskell-monad-logger (0.3.28.5-1) unstable; urgency=medium
* Set Rules-Requires-Root to no.
* New upstream release
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:10:09 -0400
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 22:39:26 -0400
haskell-monad-logger (0.3.28.3-1) unstable; urgency=medium
......
......@@ -64,7 +64,7 @@ Build-Depends-Indep: ghc-doc,
libghc-transformers-compat-doc,
libghc-unliftio-core-doc,
Standards-Version: 4.1.4
Homepage: https://github.com/kazu-yamamoto/logger
Homepage: https://github.com/snoyberg/monad-logger#readme
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-monad-logger
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-monad-logger]
......
Author: Joachim Breitner <nomeata@debian.org>
--- a/Control/Monad/Logger.hs
+++ b/Control/Monad/Logger.hs
@@ -102,6 +102,8 @@
#if WITH_TEMPLATE_HASKELL
import Language.Haskell.TH.Syntax (Lift (lift), Q, Exp, Loc (..), qLocation)
+#else
+import Language.Haskell.TH.Syntax (Loc (..))
#endif
import Data.Functor ((<$>))
@@ -182,16 +184,6 @@
lift LevelError = [|LevelError|]
lift (LevelOther x) = [|LevelOther $ pack $(lift $ unpack x)|]
-#else
-
-data Loc
- = Loc { loc_filename :: String
- , loc_package :: String
- , loc_module :: String
- , loc_start :: CharPos
- , loc_end :: CharPos }
-type CharPos = (Int, Int)
-
#endif
-- | A @Monad@ which has the ability to log messages in some manner.
--- a/monad-logger.cabal
+++ b/monad-logger.cabal
@@ -44,13 +44,11 @@
, bytestring >= 0.10.2
, exceptions >= 0.6 && < 0.11
, unliftio-core
+ , template-haskell
if impl(ghc >= 8.0.1)
cpp-options: -DWITH_CALLSTACK
exposed-modules: Control.Monad.Logger.CallStack
if flag(template_haskell)
- build-depends: template-haskell
-
- if flag(template_haskell)
cpp-options: -DWITH_TEMPLATE_HASKELL
haskell-monadcryptorandom (0.7.1-3) UNRELEASED; urgency=medium
haskell-monadcryptorandom (0.7.2.1-1) unstable; urgency=medium
* Set Rules-Requires-Root to no.
* New upstream release
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:10:08 -0400
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 22:39:34 -0400
haskell-monadcryptorandom (0.7.1-2) unstable; urgency=medium
......
......@@ -14,7 +14,7 @@ Build-Depends:
libghc-crypto-api-dev (>= 0.2),
libghc-crypto-api-prof,
libghc-exceptions-dev (>= 0.8),
libghc-exceptions-dev (<< 0.9),
libghc-exceptions-dev (<< 0.11),
libghc-exceptions-prof,
libghc-mtl-dev (>= 2.0),
libghc-mtl-dev (<< 2.3),
......
haskell-monadrandom (0.5.1-3) UNRELEASED; urgency=medium
haskell-monadrandom (0.5.1.1-1) unstable; urgency=medium
* Set Rules-Requires-Root to no.
* New upstream release
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:10:10 -0400
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 22:39:43 -0400
haskell-monadrandom (0.5.1-2) unstable; urgency=medium
......
......@@ -7,9 +7,9 @@ Rules-Requires-Root: no
Build-Depends:
cdbs,
debhelper (>= 9),
haskell-devscripts (>= 0.13),
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-mtl-dev (>= 2.1),
libghc-mtl-dev (<< 2.3),
libghc-mtl-dev (>= 2.1),
......@@ -19,8 +19,8 @@ Build-Depends:
libghc-primitive-prof,
libghc-random-dev,
libghc-random-prof,
libghc-transformers-compat-dev (<< 0.6),
libghc-transformers-compat-dev (>= 0.4),
libghc-transformers-compat-dev (<< 0.7),
libghc-transformers-compat-prof,
Build-Depends-Indep: ghc-doc,
libghc-mtl-doc,
......@@ -28,7 +28,7 @@ Build-Depends-Indep: ghc-doc,
libghc-random-doc,
libghc-transformers-compat-doc,
Standards-Version: 4.1.4
Homepage: http://hackage.haskell.org/package/MonadRandom
Homepage: https://hackage.haskell.org/package/MonadRandom
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-monadrandom
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-monadrandom]
......
--- a/MonadRandom.cabal
+++ b/MonadRandom.cabal
@@ -37,7 +37,6 @@
transformers-compat >=0.4 && <0.6,
mtl >=2.1 && <2.3,
primitive >=0.6 && <0.7,
- fail >=4.9 ,
random
ghc-options: -Wall
default-language: Haskell2010