summaryrefslogtreecommitdiff
path: root/devel/hs-hslua-module-text
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-hslua-module-text')
-rw-r--r--devel/hs-hslua-module-text/Makefile2
-rw-r--r--devel/hs-hslua-module-text/distinfo6
-rw-r--r--devel/hs-hslua-module-text/files/patch-hslua-module-text.cabal18
3 files changed, 4 insertions, 22 deletions
diff --git a/devel/hs-hslua-module-text/Makefile b/devel/hs-hslua-module-text/Makefile
index 621153fa7ef8..4e797e9d5b25 100644
--- a/devel/hs-hslua-module-text/Makefile
+++ b/devel/hs-hslua-module-text/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= hslua-module-text
-PORTVERSION= 0.1.2.1
+PORTVERSION= 0.2.0
PORTREVISION= 1
CATEGORIES= devel haskell
diff --git a/devel/hs-hslua-module-text/distinfo b/devel/hs-hslua-module-text/distinfo
index c44e0dfaef4f..e983819d892b 100644
--- a/devel/hs-hslua-module-text/distinfo
+++ b/devel/hs-hslua-module-text/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524943044
-SHA256 (cabal/hslua-module-text-0.1.2.1.tar.gz) = aeb384f9743b76360f3779e44065fe297fb60f27519933f203b75bd8c2ba8e2d
-SIZE (cabal/hslua-module-text-0.1.2.1.tar.gz) = 3594
+TIMESTAMP = 1545833621
+SHA256 (cabal/hslua-module-text-0.2.0.tar.gz) = 711705b9befac9b65cc44e13483dc5b6ddcca45bc049813863653276908d8f7e
+SIZE (cabal/hslua-module-text-0.2.0.tar.gz) = 3583
diff --git a/devel/hs-hslua-module-text/files/patch-hslua-module-text.cabal b/devel/hs-hslua-module-text/files/patch-hslua-module-text.cabal
deleted file mode 100644
index 0cf1a95c964c..000000000000
--- a/devel/hs-hslua-module-text/files/patch-hslua-module-text.cabal
+++ /dev/null
@@ -1,18 +0,0 @@
---- hslua-module-text.cabal.orig 2018-04-28 19:25:33 UTC
-+++ 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.12
- , 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