Commit 4af5b2a8 authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

hothasktags: Build-depend on newer libghc-src-exts-dev

parent e210fecb
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
hothasktags (0.3.8-3) UNRELEASED; urgency=medium
hothasktags (0.3.8-3) unstable; urgency=medium

  [ Clint Adams ]
  * Set Rules-Requires-Root to no.

 -- Clint Adams <clint@debian.org>  Sun, 06 May 2018 22:11:04 -0400
  [ Ilias Tsitsimpis ]
  * Build-depend on newer libghc-src-exts-dev
  * Update d/copyright file and set license to BSD-3-clause

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Thu, 28 Jun 2018 11:17:38 +0300

hothasktags (0.3.8-2) unstable; urgency=medium

+2 −2
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@ Build-Depends:
 libghc-glob-dev,
 libghc-optparse-applicative-dev (>= 0.13),
 libghc-split-dev,
 libghc-src-exts-dev (<< 1.20),
 libghc-src-exts-dev (<< 1.21),
 libghc-src-exts-dev (>= 1.18.2),
Standards-Version: 4.1.4
Homepage: http://github.com/luqui/hothasktags
Homepage: https://github.com/luqui/hothasktags
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/hothasktags
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/hothasktags]

+7 −1
Original line number Diff line number Diff line
@@ -3,7 +3,13 @@ Source: https://hackage.haskell.org/package/hothasktags

Files: *
Copyright: (c) 2010-2013, Luke Palmer
License: other
License: BSD-3-clause

Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
License: BSD-3-clause

License: BSD-3-clause
  All rights reserved.
  .
  Redistribution and use in source and binary forms, with or without
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ version generates an identical tags file to the old version.
         filemanip,
         Glob,
-        haskell-src-exts >= 1.17 && < 1.18,
+        haskell-src-exts >= 1.18.2 && < 1.20,
+        haskell-src-exts >= 1.18.2 && < 1.21,
         cpphs >= 1.11 && < 1.21,
         optparse-applicative >= 0.13,
         split