diff --git a/ghc-hslua-module-text.changes b/ghc-hslua-module-text.changes index d9d7c76..ce9fbc5 100644 --- a/ghc-hslua-module-text.changes +++ b/ghc-hslua-module-text.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Oct 10 02:02:34 UTC 2018 - psimons@suse.com + +- Update hslua-module-text to version 0.2.0. + ## 0.2.0 -- 2018-09-24 + + - Use hslua 1.0. + + ## 0.1.2.2 -- 2018-03-09 + + - Relax upper bound for base. + ------------------------------------------------------------------- Mon May 14 17:02:11 UTC 2018 - psimons@suse.com diff --git a/ghc-hslua-module-text.spec b/ghc-hslua-module-text.spec index 6ee7ebb..e11caaf 100644 --- a/ghc-hslua-module-text.spec +++ b/ghc-hslua-module-text.spec @@ -12,22 +12,22 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %global pkg_name hslua-module-text %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.2.1 +Version: 0.2.0 Release: 0 Summary: Lua module for text License: MIT Group: Development/Libraries/Haskell URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-bytestring-devel BuildRequires: ghc-hslua-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel @@ -53,7 +53,6 @@ files. %prep %setup -q -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build diff --git a/hslua-module-text-0.1.2.1.tar.gz b/hslua-module-text-0.1.2.1.tar.gz deleted file mode 100644 index 60fbcb1..0000000 --- a/hslua-module-text-0.1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aeb384f9743b76360f3779e44065fe297fb60f27519933f203b75bd8c2ba8e2d -size 3594 diff --git a/hslua-module-text-0.2.0.tar.gz b/hslua-module-text-0.2.0.tar.gz new file mode 100644 index 0000000..29b38fe --- /dev/null +++ b/hslua-module-text-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711705b9befac9b65cc44e13483dc5b6ddcca45bc049813863653276908d8f7e +size 3583 diff --git a/hslua-module-text.cabal b/hslua-module-text.cabal deleted file mode 100644 index c6144c1..0000000 --- a/hslua-module-text.cabal +++ /dev/null @@ -1,41 +0,0 @@ -name: hslua-module-text -version: 0.1.2.1 -x-revision: 1 -synopsis: Lua module for text -description: UTF-8 aware subset of Lua's `string` module. -homepage: https://github.com/hslua/hslua-module-test -license: MIT -license-file: LICENSE -author: Albert Krewinkel -maintainer: albert+hslua@zeitkraut.de -copyright: © 2017 Albert Krewinkel -category: Foreign -build-type: Simple -extra-source-files: ChangeLog.md - test/hstext-test.lua -cabal-version: >=1.10 - -source-repository head - type: git - location: https://github.com/hslua/hslua-module-text.git - -library - exposed-modules: Foreign.Lua.Module.Text - build-depends: base >= 4.7 && < 5 - , hslua >= 0.9 && < 0.10 - , text >= 1 && < 1.3 - hs-source-dirs: src - default-language: Haskell2010 - -test-suite test-hslua - default-language: Haskell2010 - type: exitcode-stdio-1.0 - main-is: test-hslua-module-text.hs - hs-source-dirs: test - ghc-options: -Wall -threaded - build-depends: base - , hslua - , hslua-module-text - , tasty - , tasty-hunit - , text