Skip to content
Commits on Source (8)
cabal-debian (4.38.2-1) unstable; urgency=medium
* New upstream release
* Set license to BSD-3-clause
-- Ilias Tsitsimpis <iliastsi@debian.org> Thu, 01 Nov 2018 15:02:20 +0200
cabal-debian (4.38.1-3) unstable; urgency=medium
* Remove build dependency on libghc-parsec3-dev (provided by ghc-
......
......@@ -50,7 +50,7 @@ Build-Depends: debhelper (>= 10),
libghc-syb-prof,
libghc-utf8-string-dev,
libghc-utf8-string-prof,
Standards-Version: 4.1.4
Standards-Version: 4.2.1
Homepage: https://github.com/ddssff/cabal-debian
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/cabal-debian]
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/cabal-debian
......
......@@ -6,13 +6,13 @@ Source: https://hackage.haskell.org/package/cabal-debian
Files: *
Copyright: 2007-2014 David Fox <dsf@seereason.com>
2011-2012 Jeremy Shaw <jeremy@seereason.com>
License: BSD3
License: BSD-3-clause
Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
License: BSD3
License: BSD-3-clause
License: BSD3
License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
......
glirc (2.26-3) unstable; urgency=medium
* Newer build-deps from hackage
-- Ilias Tsitsimpis <iliastsi@debian.org> Thu, 01 Nov 2018 15:16:06 +0200
glirc (2.26-2) unstable; urgency=medium
[ Clint Adams ]
......
......@@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 10),
libghc-config-value-dev (>= 0.6),
libghc-config-value-dev (<< 0.7),
libghc-free-dev (>= 4.12),
libghc-free-dev (<< 5.1),
libghc-free-dev (<< 5.2),
libghc-free-prof,
libghc-gitrev-dev (>= 1.2),
libghc-gitrev-dev (<< 1.4),
......@@ -35,17 +35,17 @@ Build-Depends: debhelper (>= 10),
libghc-irc-core-dev (>= 2.3),
libghc-irc-core-dev (<< 2.4),
libghc-kan-extensions-dev (>= 5.0),
libghc-kan-extensions-dev (<< 5.2),
libghc-kan-extensions-dev (<< 5.3),
libghc-kan-extensions-prof,
libghc-lens-dev (>= 4.14),
libghc-lens-dev (<< 4.17),
libghc-lens-dev (<< 4.18),
libghc-lens-prof,
libghc-network-dev (>= 2.6.2),
libghc-network-dev (<< 2.7),
libghc-network-dev (<< 2.8),
libghc-regex-tdfa-dev (>= 1.2),
libghc-regex-tdfa-dev (<< 1.3),
libghc-semigroupoids-dev (>= 5.1),
libghc-semigroupoids-dev (<< 5.3),
libghc-semigroupoids-dev (<< 5.4),
libghc-socks-dev (>= 0.5.5),
libghc-socks-dev (<< 0.6),
libghc-split-dev (>= 0.2),
......@@ -55,10 +55,9 @@ Build-Depends: debhelper (>= 10),
libghc-vector-dev (>= 0.11),
libghc-vector-dev (<< 0.13),
libghc-vty-dev (>= 5.11.1),
libghc-vty-dev (<< 5.22),
libghc-vty-dev (<< 5.23),
libghc-vty-prof,
libghc-lens-dev,
libghc-vty-dev,
libghc-hunit-dev (>= 1.3),
libghc-hunit-dev (<< 1.7),
Standards-Version: 4.1.4
......
Index: b/glirc.cabal
===================================================================
--- a/glirc.cabal
+++ b/glirc.cabal
@@ -1,5 +1,6 @@
name: glirc
version: 2.26
+x-revision: 6
synopsis: Console IRC client
description: Console IRC client
.
@@ -132,20 +133,20 @@ library
bytestring >=0.10.8 && <0.11,
config-schema >=0.4 && <0.6,
config-value >=0.6 && <0.7,
- containers >=0.5.7 && <0.6,
+ containers >=0.5.7 && <0.7,
directory >=1.2.6 && <1.4,
filepath >=1.4.1 && <1.5,
- free >=4.12 && <5.1,
+ free >=4.12 && <5.2,
gitrev >=1.2 && <1.4,
hashable >=1.2.4 && <1.3,
hookup >=0.2 && <0.3,
irc-core >=2.3 && <2.4,
- kan-extensions >=5.0 && <5.2,
- lens >=4.14 && <4.17,
- network >=2.6.2 && <2.7,
+ kan-extensions >=5.0 && <5.3,
+ lens >=4.14 && <4.18,
+ network >=2.6.2 && <2.8,
process >=1.4.2 && <1.7,
regex-tdfa >=1.2 && <1.3,
- semigroupoids >=5.1 && <5.3,
+ semigroupoids >=5.1 && <5.4,
socks >=0.5.5 && <0.6,
split >=0.2 && <0.3,
stm >=2.4 && <2.5,
@@ -156,7 +157,7 @@ library
unix >=2.7 && <2.8,
unordered-containers >=0.2.7 && <0.3,
vector >=0.11 && <0.13,
- vty >=5.11.1 && <5.22
+ vty >=5.11.1 && <5.23
test-suite test
type: exitcode-stdio-1.0
haskell-github (0.19-4) unstable; urgency=medium
* Newer build-deps from hackage
-- Ilias Tsitsimpis <iliastsi@debian.org> Thu, 01 Nov 2018 12:11:49 +0200
haskell-github (0.19-3) unstable; urgency=medium
* Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)
......
......@@ -10,7 +10,7 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-aeson-dev (>= 0.7.0.6),
libghc-aeson-dev (<< 1.3),
libghc-aeson-dev (<< 1.5),
libghc-aeson-prof,
libghc-aeson-compat-dev (>= 0.3.0.0),
libghc-aeson-compat-dev (<< 0.4),
......@@ -19,7 +19,7 @@ Build-Depends:
libghc-attoparsec-dev (>= 0.11.3.4),
libghc-attoparsec-prof,
libghc-base-compat-dev (>= 0.9.1),
libghc-base-compat-dev (<< 0.10),
libghc-base-compat-dev (<< 0.11),
libghc-base-compat-prof,
libghc-base16-bytestring-dev (<< 0.2),
libghc-base16-bytestring-dev (>= 0.1.1.6),
......@@ -36,7 +36,7 @@ Build-Depends:
libghc-deepseq-generics-dev (<< 0.3),
libghc-deepseq-generics-dev (>= 0.1.1.2),
libghc-deepseq-generics-prof,
libghc-exceptions-dev (<< 0.9),
libghc-exceptions-dev (<< 0.11),
libghc-exceptions-dev (>= 0.8.0.2),
libghc-exceptions-prof,
libghc-file-embed-dev,
......@@ -68,8 +68,7 @@ Build-Depends:
libghc-tls-dev (>= 1.3.5),
libghc-tls-prof,
libghc-transformers-compat-dev (>= 0.4.0.3),
libghc-transformers-compat-dev (<< 0.6),
libghc-transformers-compat-dev (>= 0.4.0.3),
libghc-transformers-compat-dev (<< 0.7),
libghc-transformers-compat-prof,
libghc-unordered-containers-dev (<< 0.3),
libghc-unordered-containers-dev (>= 0.2),
......
Index: b/github.cabal
===================================================================
--- a/github.cabal
+++ b/github.cabal
@@ -1,5 +1,6 @@
name: github
version: 0.19
+x-revision: 3
synopsis: Access to the GitHub API, v3.
description:
The GitHub API provides programmatic access to the full
@@ -25,7 +26,7 @@ homepage: https://github.com/
copyright: Copyright 2012-2013 Mike Burns, Copyright 2013-2015 John Wiegley, Copyright 2016 Oleg Grenrus
category: Network
build-type: Simple
-tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2
+tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3
cabal-version: >=1.10
extra-source-files:
README.md,
@@ -133,7 +134,7 @@ Library
-- Packages bundles with GHC, mtl and text are also here
build-depends:
- base >=4.7 && <4.11,
+ base >=4.7 && <4.12,
bytestring >=0.10.4.0 && <0.11,
containers >=0.5.5.1 && <0.6,
deepseq >=1.3.0.2 && <1.5,
@@ -144,15 +145,15 @@ Library
-- other packages
build-depends:
- aeson >=0.7.0.6 && <1.3,
- base-compat >=0.9.1 && <0.10,
+ aeson >=0.7.0.6 && <1.5,
+ base-compat >=0.9.1 && <0.11,
base16-bytestring >=0.1.1.6 && <0.2,
binary >=0.7.1.0 && <0.10,
binary-orphans >=0.1.0.0 && <0.2,
byteable >=0.1.1 && <0.2,
cryptohash >=0.11 && <0.12,
deepseq-generics >=0.1.1.2 && <0.3,
- exceptions >=0.8.0.2 && <0.9,
+ exceptions >=0.8.0.2 && <0.11,
hashable >=1.2.3.3 && <1.3,
http-client >=0.4.8.1 && <0.6,
http-client-tls >=0.2.2 && <0.4,
@@ -161,7 +162,7 @@ Library
iso8601-time >=0.1.4 && <0.2,
network-uri >=2.6.0.3 && <2.7,
semigroups >=0.16.2.2 && <0.19,
- transformers-compat >=0.4.0.3 && <0.6,
+ transformers-compat >=0.4.0.3 && <0.7,
unordered-containers >=0.2 && <0.3,
vector >=0.10.12.3 && <0.13,
vector-instances >=3.3.0.1 && <3.5,
haskell-lens-aeson (1.0.2-5) unstable; urgency=medium
* Newer build-deps from hackage
* Enable tests
-- Ilias Tsitsimpis <iliastsi@debian.org> Thu, 01 Nov 2018 13:52:00 +0200
haskell-lens-aeson (1.0.2-4) unstable; urgency=medium
* Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
......
......@@ -12,25 +12,36 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-aeson-dev (>= 0.7.0.5),
libghc-aeson-dev (<< 1.3),
libghc-aeson-dev (<< 1.5),
libghc-aeson-prof,
libghc-attoparsec-dev (<< 0.14),
libghc-attoparsec-dev (>= 0.10),
libghc-attoparsec-dev (<< 0.14),
libghc-attoparsec-prof,
libghc-lens-dev (<< 5),
libghc-lens-dev (>= 4.4),
libghc-lens-dev (<< 5),
libghc-lens-prof,
libghc-scientific-dev (<< 0.4),
libghc-scientific-dev (>= 0.3.2),
libghc-scientific-dev (<< 0.4),
libghc-scientific-prof,
libghc-unordered-containers-dev (<< 0.3),
libghc-unordered-containers-dev (>= 0.2.3),
libghc-unordered-containers-dev (<< 0.3),
libghc-unordered-containers-prof,
libghc-vector-dev (>= 0.9),
libghc-vector-dev (<< 0.13),
libghc-vector-prof,
Build-Depends-Indep:
ghc-doc,
libghc-cabal-doctest-dev (>= 1),
libghc-cabal-doctest-dev (<< 1.1),
libghc-cabal-doctest-prof,
libghc-doctest-dev (>= 0.11.1),
libghc-doctest-dev (<< 0.17),
libghc-doctest-prof,
libghc-generic-deriving-dev,
libghc-generic-deriving-prof,
libghc-semigroups-dev (>= 0.9),
libghc-semigroups-prof,
libghc-simple-reflect-dev (>= 0.3.1),
libghc-simple-reflect-prof,
Build-Depends-Indep: ghc-doc,
libghc-aeson-doc,
libghc-attoparsec-doc,
libghc-lens-doc,
......@@ -46,18 +57,13 @@ X-Description: law-abiding lenses for aeson
Package: libghc-lens-aeson-dev
Architecture: any
Depends:
${haskell:Depends},
Depends: ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Conflicts:
${haskell:Conflicts},
Provides:
${haskell:Provides},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
......@@ -65,17 +71,12 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-lens-aeson-prof
Architecture: any
Depends:
${haskell:Depends},
Depends: ${haskell:Depends},
${misc:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Conflicts:
${haskell:Conflicts},
Provides:
${haskell:Provides},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
......@@ -84,15 +85,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-lens-aeson-doc
Architecture: all
Section: doc
Depends:
${haskell:Depends},
Depends: ${haskell:Depends},
${misc:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Conflicts:
${haskell:Conflicts},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
......
Index: b/lens-aeson.cabal
===================================================================
--- a/lens-aeson.cabal
+++ b/lens-aeson.cabal
@@ -1,6 +1,7 @@
name: lens-aeson
category: Numeric
version: 1.0.2
+x-revision: 6
license: MIT
cabal-version: >= 1.8
license-file: LICENSE
@@ -53,7 +54,7 @@ library
unordered-containers >= 0.2.3 && < 0.3,
attoparsec >= 0.10 && < 0.14,
bytestring >= 0.9 && < 0.11,
- aeson >= 0.7.0.5 && < 1.3,
+ aeson >= 0.7.0.5 && < 1.5,
scientific >= 0.3.2 && < 0.4
exposed-modules:
@@ -73,7 +74,7 @@ test-suite doctests
else
build-depends:
base,
- doctest >= 0.11.1 && < 0.13,
+ doctest >= 0.11.1 && < 0.17,
generic-deriving,
lens-aeson,
semigroups >= 0.9,
......@@ -3,5 +3,7 @@
DEB_CABAL_PACKAGE = lens-aeson
DEB_DEFAULT_COMPILER = ghc
DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
haskell-persistent-template (2.5.4-4) unstable; urgency=medium
* Newer build-deps from hackage
-- Ilias Tsitsimpis <iliastsi@debian.org> Thu, 01 Nov 2018 13:27:11 +0200
haskell-persistent-template (2.5.4-3) unstable; urgency=medium
* Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
......
......@@ -13,7 +13,7 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-aeson-dev (>= 0.7),
libghc-aeson-dev (<< 1.3),
libghc-aeson-dev (<< 1.5),
libghc-aeson-prof,
libghc-aeson-compat-dev (>= 0.3.2.0),
libghc-aeson-compat-dev (<< 0.4),
......
Index: b/persistent-template.cabal
===================================================================
--- a/persistent-template.cabal
+++ b/persistent-template.cabal
@@ -1,5 +1,6 @@
name: persistent-template
version: 2.5.4
+x-revision: 2
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@@ -23,7 +24,7 @@ library
, text >= 0.5
, transformers >= 0.2 && < 0.6
, containers
- , aeson >= 0.7 && < 1.3
+ , aeson >= 0.7 && < 1.5
, aeson-compat >= 0.3.2.0 && < 0.4
, monad-logger
, unordered-containers