Commit 1af7ecf3 authored by Clint Adams's avatar Clint Adams
Browse files

hslua: Upgrading from 0.9.5.2 to 1.0.3.1

parent db282beb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-hslua (1.0.3.1-1) unstable; urgency=medium

  * New upstream version.

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

haskell-hslua (0.9.5.2-4) unstable; urgency=medium

  * Patch for newer deps
+13 −10
Original line number Diff line number Diff line
@@ -11,22 +11,25 @@ Build-Depends:
 ghc (>= 8.4.3),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 liblua5.1-dev,
 liblua5.3-dev,
 pkg-config,
 libghc-exceptions-dev (>= 0.8),
 libghc-exceptions-dev (<< 0.11),
 libghc-exceptions-prof,
 libghc-quickcheck2-dev (>= 2.7),
 libghc-quickcheck-instances-dev,
 libghc-tasty-dev,
 libghc-tasty-expected-failure-dev (>= 0.11),
 libghc-tasty-expected-failure-dev (<< 0.12),
 libghc-tasty-hunit-dev,
 libghc-tasty-quickcheck-dev,
 libghc-quickcheck2-prof,
 libghc-quickcheck-instances-dev (>= 0.3),
 libghc-quickcheck-instances-prof,
 libghc-tasty-dev (>= 0.11),
 libghc-tasty-prof,
 libghc-tasty-hunit-dev (>= 0.9),
 libghc-tasty-hunit-prof,
 libghc-tasty-quickcheck-dev (>= 0.8),
 libghc-tasty-quickcheck-prof,
Build-Depends-Indep: ghc-doc,
 libghc-exceptions-doc,
Standards-Version: 4.1.4
Homepage: http://hackage.haskell.org/package/hslua
Standards-Version: 4.4.0
Homepage: https://hslua.github.io/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hslua
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hslua]
X-Description: Lua language interpreter embedding in Haskell
@@ -36,7 +39,7 @@ X-Description: Lua language interpreter embedding in Haskell
Package: libghc-hslua-dev
Architecture: any
Depends:
 liblua5.1-dev,
 liblua5.3-dev,
 ${haskell:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
+0 −11
Original line number Diff line number Diff line
--- haskell-hslua-0.9.5.2.orig/hslua.cabal
+++ haskell-hslua-0.9.5.2/hslua.cabal
@@ -76,7 +76,7 @@ flag use-pkgconfig
 library
   build-depends:        base       >= 4.7    && < 5
                       , bytestring >= 0.10.2 && < 0.11
-                      , containers >= 0.5    && < 0.6
+                      , containers >= 0.5    && < 0.7
                       , exceptions >= 0.8    && < 0.11
                       , mtl        >= 2.2    && < 2.3
                       , text
+16 −8
Original line number Diff line number Diff line
--- a/hslua.cabal
+++ b/hslua.cabal
@@ -78,7 +78,6 @@
@@ -92,7 +92,6 @@
                      , bytestring           >= 0.10.2 && < 0.11
                       , containers >= 0.5    && < 0.6
                      , containers           >= 0.5    && < 0.7
                      , exceptions           >= 0.8    && < 0.11
-                     , fail                 >= 4.9    && < 5
                      , mtl                  >= 2.2    && < 2.3
                       , text
   exposed-modules:      Foreign.Lua
                      , text                 >= 1.0    && < 1.3
   hs-source-dirs:      src
@@ -199,7 +198,6 @@
                      , bytestring           >= 0.10.2 && < 0.11
                      , containers           >= 0.5    && < 0.7
                      , exceptions           >= 0.8    && < 0.11
-                     , fail                 >= 4.9    && < 5
                      , mtl                  >= 2.2    && < 2.3
                      , text                 >= 1.0    && < 1.3
                      -- for testing
+0 −1
Original line number Diff line number Diff line
no-fail
newer-deps