Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
5
mime-types: Upgrading from 0.1.0.7 to 0.1.0.8
· 8d30a345
Clint Adams
authored
Jul 03, 2018
8d30a345
miniutter: Upgrading from 0.4.6.0 to 0.4.7.0
· f6db2ab5
Clint Adams
authored
Jul 03, 2018
f6db2ab5
monad-logger: Upgrading from 0.3.28.3 to 0.3.28.5
· cb7a91df
Clint Adams
authored
Jul 03, 2018
cb7a91df
monadcryptorandom: Upgrading from 0.7.1 to 0.7.2.1
· a4f16748
Clint Adams
authored
Jul 03, 2018
a4f16748
MonadRandom: Upgrading from 0.5.1 to 0.5.1.1
· b2c94634
Clint Adams
authored
Jul 03, 2018
b2c94634
Show whitespace changes
Inline
Side-by-side
p/haskell-mime-types/debian/changelog
View file @
b2c94634
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
:0
7
-0400
-- Clint Adams <clint@debian.org>
Tue, 03 Jul
2018 22:
39
:0
1
-0400
haskell-mime-types (0.1.0.7-4) unstable; urgency=medium
...
...
p/haskell-miniutter/debian/changelog
View file @
b2c94634
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
...
...
p/haskell-monad-logger/debian/changelog
View file @
b2c94634
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
...
...
p/haskell-monad-logger/debian/control
View file @
b2c94634
...
...
@@ -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]
...
...
p/haskell-monad-logger/debian/patches/series
deleted
100644 → 0
View file @
32395e7c
use-template-haskell-loc
p/haskell-monad-logger/debian/patches/use-template-haskell-loc
deleted
100644 → 0
View file @
32395e7c
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
p/haskell-monadcryptorandom/debian/changelog
View file @
b2c94634
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
...
...
p/haskell-monadcryptorandom/debian/control
View file @
b2c94634
...
...
@@ -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),
...
...
p/haskell-monadrandom/debian/changelog
View file @
b2c94634
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
...
...
p/haskell-monadrandom/debian/control
View file @
b2c94634
...
...
@@ -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: http
s
://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]
...
...
p/haskell-monadrandom/debian/patches/no-fail
deleted
100644 → 0
View file @
32395e7c
--- 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
p/haskell-monadrandom/debian/patches/series
deleted
100644 → 0
View file @
32395e7c
no-fail