[Git][haskell-team/DHG_packages][master] Relax dependency on base

Dmitry Bogatov gitlab at salsa.debian.org
Sat Oct 20 06:16:32 BST 2018


Dmitry Bogatov pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
351e7bc7 by Dmitry Bogatov at 2018-10-20T05:15:40Z
Relax dependency on base

- - - - -


3 changed files:

- p/haskell-hslua-module-text/debian/changelog
- + p/haskell-hslua-module-text/debian/patches/fix-build-with-ghc-8.4.patch
- + p/haskell-hslua-module-text/debian/patches/series


Changes:

=====================================
p/haskell-hslua-module-text/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hslua-module-text (0.1.2.1-4) unstable; urgency=medium
+
+  * Relax dependency on base
+
+ -- Dmitry Bogatov <KAction at gnu.org>  Sat, 20 Oct 2018 05:14:55 +0000
+
 haskell-hslua-module-text (0.1.2.1-3) unstable; urgency=medium
 
   * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)


=====================================
p/haskell-hslua-module-text/debian/patches/fix-build-with-ghc-8.4.patch
=====================================
@@ -0,0 +1,20 @@
+Index: haskell-hslua-module-text/hslua-module-text.cabal
+===================================================================
+--- haskell-hslua-module-text.orig/hslua-module-text.cabal
++++ haskell-hslua-module-text/hslua-module-text.cabal
+@@ -20,7 +20,7 @@ source-repository head
+ 
+ library
+   exposed-modules:     Foreign.Lua.Module.Text
+-  build-depends:       base  >= 4.7 && < 4.11
++  build-depends:       base  >= 4.7 && < 4.13
+                      , hslua >= 0.9 && < 0.10
+                      , text  >= 1   && < 1.3
+   hs-source-dirs:      src
+@@ -37,4 +37,4 @@ test-suite test-hslua
+                      , hslua-module-text
+                      , tasty
+                      , tasty-hunit
+-                     , text
+\ No newline at end of file
++                     , text


=====================================
p/haskell-hslua-module-text/debian/patches/series
=====================================
@@ -0,0 +1 @@
+fix-build-with-ghc-8.4.patch



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/351e7bc797a3e50cba1556ee85e51023404f5284

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/351e7bc797a3e50cba1556ee85e51023404f5284
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20181020/9916e025/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list