Skip to content
This repository was archived by the owner on Mar 22, 2021. It is now read-only.

Commit 4f8acec

Browse files
committed
Relax upper bound for base
Release change as 0.1.2.2.
1 parent 39c886c commit 4f8acec

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for hslua-module-text
22

3+
## 0.1.2.2 -- 2018-03-09
4+
5+
- Relax upper bound for base.
6+
37
## 0.1.2.1 -- 2017-11-24
48

59
- Add missing test file in the sources archive. This oversight had

hslua-module-text.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: hslua-module-text
2-
version: 0.1.2.1
2+
version: 0.1.2.2
33
synopsis: Lua module for text
44
description: UTF-8 aware subset of Lua's `string` module.
55
homepage: https://github.com/hslua/hslua-module-test
66
license: MIT
77
license-file: LICENSE
88
author: Albert Krewinkel
99
maintainer: albert+hslua@zeitkraut.de
10-
copyright: © 2017 Albert Krewinkel
10+
copyright: © 2017–2018 Albert Krewinkel
1111
category: Foreign
1212
build-type: Simple
1313
extra-source-files: ChangeLog.md
@@ -20,7 +20,7 @@ source-repository head
2020

2121
library
2222
exposed-modules: Foreign.Lua.Module.Text
23-
build-depends: base >= 4.7 && < 4.11
23+
build-depends: base >= 4.7 && < 5
2424
, hslua >= 0.9 && < 0.10
2525
, text >= 1 && < 1.3
2626
hs-source-dirs: src

0 commit comments

Comments
 (0)