summaryrefslogtreecommitdiff
path: root/p/haskell-irc-core
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-05-29 16:41:02 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-05-29 16:42:31 +0900
commit748ece05796e5b734a9e6699ed15ed25d4dde162 (patch)
treec732b2e229e94ea918f338dac7bfc95ad6a83e95 /p/haskell-irc-core
parent805079e15941d59b6abf8b279e9457b88deca3a1 (diff)
downloadDHG_packages-748ece05796e5b734a9e6699ed15ed25d4dde162.tar.gz
irc-core: Upgrading from 1.1.3 to 1.1.4
Diffstat (limited to 'p/haskell-irc-core')
-rw-r--r--p/haskell-irc-core/debian/changelog8
-rw-r--r--p/haskell-irc-core/debian/control38
2 files changed, 40 insertions, 6 deletions
diff --git a/p/haskell-irc-core/debian/changelog b/p/haskell-irc-core/debian/changelog
index 414c55229..64fc7d752 100644
--- a/p/haskell-irc-core/debian/changelog
+++ b/p/haskell-irc-core/debian/changelog
@@ -1,9 +1,13 @@
-haskell-irc-core (1.1.3-2) UNRELEASED; urgency=medium
+haskell-irc-core (1.1.4-1) unstable; urgency=medium
+ [ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:37 +0300
+ [ Sean Whitton ]
+ * New upstream release
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sun, 29 May 2016 16:41:02 +0900
haskell-irc-core (1.1.3-1) unstable; urgency=medium
diff --git a/p/haskell-irc-core/debian/control b/p/haskell-irc-core/debian/control
index f1d2aca33..c7899f182 100644
--- a/p/haskell-irc-core/debian/control
+++ b/p/haskell-irc-core/debian/control
@@ -8,12 +8,24 @@ Build-Depends: debhelper (>= 9),
cdbs,
ghc,
ghc-prof,
+ libghc-array-dev (>= 0.5),
+ libghc-array-dev (<< 0.6),
+ libghc-array-prof,
libghc-attoparsec-dev (>= 0.12.1.2),
libghc-attoparsec-dev (<< 0.14),
libghc-attoparsec-prof,
+ libghc-base-dev (>= 4.7.0.2),
+ libghc-base-dev (<< 4.10),
+ libghc-base-prof,
libghc-base64-bytestring-dev (>= 1.0.0.1),
libghc-base64-bytestring-dev (<< 1.1),
libghc-base64-bytestring-prof,
+ libghc-bytestring-dev (>= 0.10),
+ libghc-bytestring-dev (<< 0.11),
+ libghc-bytestring-prof,
+ libghc-containers-dev (>= 0.5),
+ libghc-containers-dev (<< 0.6),
+ libghc-containers-prof,
libghc-free-dev (>= 4.11),
libghc-free-dev (<< 4.13),
libghc-free-prof,
@@ -26,18 +38,30 @@ Build-Depends: debhelper (>= 9),
libghc-text-dev (>= 1.2.0.4),
libghc-text-dev (<< 1.3),
libghc-text-prof,
+ libghc-time-dev (>= 1.5),
+ libghc-time-dev (<< 1.7),
+ libghc-time-prof,
+ libghc-transformers-dev (>= 0.2),
+ libghc-transformers-dev (<< 0.6),
+ libghc-transformers-prof,
+ libghc-base-dev (>= 4.7),
+ libghc-bytestring-dev (>= 0.10.4.0),
libghc-config-value-dev (>= 0.4),
libghc-config-value-dev (<< 0.5),
libghc-connection-dev (>= 0.2.4),
libghc-connection-dev (<< 0.3),
libghc-data-default-class-dev (>= 0.0.1),
libghc-data-default-class-dev (<< 0.1),
+ libghc-deepseq-dev (>= 1.3.0.2),
+ libghc-deepseq-dev (<< 1.5),
+ libghc-directory-dev (>= 1.2.1.0),
+ libghc-directory-dev (<< 1.3),
+ libghc-filepath-dev (>= 1.3.0.2),
+ libghc-filepath-dev (<< 1.5),
libghc-haskell-lexer-dev (>= 1.0),
libghc-haskell-lexer-dev (<< 1.1),
libghc-network-dev (>= 2.6.0.2),
libghc-network-dev (<< 2.7),
- libghc-old-locale-dev (>= 1.0.0.6),
- libghc-old-locale-dev (<< 1.1),
libghc-split-dev (>= 0.2.2),
libghc-split-dev (<< 0.3),
libghc-stm-dev (>= 2.4.4),
@@ -55,16 +79,22 @@ Build-Depends: debhelper (>= 9),
libghc-x509-validation-dev (>= 1.5.1),
libghc-x509-validation-dev (<< 1.7),
Build-Depends-Indep: ghc-doc,
+ libghc-array-doc,
libghc-attoparsec-doc,
+ libghc-base-doc,
libghc-base64-bytestring-doc,
+ libghc-bytestring-doc,
+ libghc-containers-doc,
libghc-free-doc,
libghc-lens-doc,
libghc-regex-tdfa-doc,
libghc-text-doc,
+ libghc-time-doc,
+ libghc-transformers-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/glguy/irc-core
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
-Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-irc-core
+Vcs-Git: https://git.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: IRC connection library
IRC connection library featuring such modules as
- Irc.Cmd - Functions for generating IRC protocol message for