Commit 71fc7b68 authored by Clint Adams's avatar Clint Adams
Browse files

hslua-module-text: Upgrading from 0.1.2.1 to 0.2.1

parent 1af7ecf3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-hslua-module-text (0.2.1-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <clint@debian.org>  Sat, 31 Aug 2019 08:31:07 -0400

haskell-hslua-module-text (0.1.2.1-4) unstable; urgency=medium

  * Relax dependency on base
+8 −6
Original line number Diff line number Diff line
@@ -9,16 +9,18 @@ Build-Depends: debhelper (>= 10),
 cdbs,
 ghc (>= 8.4.3),
 ghc-prof,
 libghc-hslua-dev (>= 0.9),
 libghc-hslua-dev (<< 0.10),
 libghc-hslua-prof (>= 0.9),
 libghc-hslua-prof (<< 0.10),
 libghc-hslua-dev (>= 1.0.3),
 libghc-hslua-dev (<< 1.2),
 libghc-hslua-prof,
 libghc-hslua-dev,
 libghc-tasty-dev,
 libghc-tasty-hunit-dev,
Build-Depends-Indep: ghc-doc,
 libghc-hslua-doc,
Standards-Version: 4.1.4
Homepage: https://github.com/hslua/hslua-module-test
Standards-Version: 4.4.0
Homepage: https://github.com/hslua/hslua-module-text
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hslua-module-text
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
X-Description: Lua module for text
 UTF-8 aware subset of Lua's "string" module.

+0 −20
Original line number Diff line number Diff line
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
+0 −1
Original line number Diff line number Diff line
fix-build-with-ghc-8.4.patch