parent
1029fe028e
commit
5abc3477fe
@ -1,41 +1,41 @@
|
|||||||
name: hslua-module-text
|
name: hslua-module-text
|
||||||
version: 0.1.2.1
|
version: 0.1.2.1
|
||||||
x-revision: 1
|
x-revision: 1
|
||||||
synopsis: Lua module for text
|
synopsis: Lua module for text
|
||||||
description: UTF-8 aware subset of Lua's `string` module.
|
description: UTF-8 aware subset of Lua's `string` module.
|
||||||
homepage: https://github.com/hslua/hslua-module-test
|
homepage: https://github.com/hslua/hslua-module-test
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Albert Krewinkel
|
author: Albert Krewinkel
|
||||||
maintainer: albert+hslua@zeitkraut.de
|
maintainer: albert+hslua@zeitkraut.de
|
||||||
copyright: © 2017 Albert Krewinkel
|
copyright: © 2017 Albert Krewinkel
|
||||||
category: Foreign
|
category: Foreign
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
extra-source-files: ChangeLog.md
|
extra-source-files: ChangeLog.md
|
||||||
test/hstext-test.lua
|
test/hstext-test.lua
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/hslua/hslua-module-text.git
|
location: https://github.com/hslua/hslua-module-text.git
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Foreign.Lua.Module.Text
|
exposed-modules: Foreign.Lua.Module.Text
|
||||||
build-depends: base >= 4.7 && < 5
|
build-depends: base >= 4.7 && < 5
|
||||||
, hslua >= 0.9 && < 0.10
|
, hslua >= 0.9 && < 0.10
|
||||||
, text >= 1 && < 1.3
|
, text >= 1 && < 1.3
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
test-suite test-hslua
|
test-suite test-hslua
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
main-is: test-hslua-module-text.hs
|
main-is: test-hslua-module-text.hs
|
||||||
hs-source-dirs: test
|
hs-source-dirs: test
|
||||||
ghc-options: -Wall -threaded
|
ghc-options: -Wall -threaded
|
||||||
build-depends: base
|
build-depends: base
|
||||||
, hslua
|
, hslua
|
||||||
, hslua-module-text
|
, hslua-module-text
|
||||||
, tasty
|
, tasty
|
||||||
, tasty-hunit
|
, tasty-hunit
|
||||||
, text
|
, text
|
||||||
|
Loading…
Reference in new issue