Bump lower bound of hslua
The release hslua 0.9.3 contains a new function which makes using Haskell functions as package loaders much easier.
This commit is contained in:
parent
e536c4d9c9
commit
a7953a60b9
3 changed files with 3 additions and 3 deletions
|
@ -328,7 +328,7 @@ library
|
|||
yaml >= 0.8.8.2 && < 0.9,
|
||||
scientific >= 0.2 && < 0.4,
|
||||
vector >= 0.10 && < 0.13,
|
||||
hslua >= 0.9 && < 0.10,
|
||||
hslua >= 0.9.3 && < 0.10,
|
||||
hslua-module-text >= 0.1.2 && < 0.2,
|
||||
binary >= 0.5 && < 0.10,
|
||||
SHA >= 1.6 && < 1.7,
|
||||
|
|
|
@ -14,7 +14,7 @@ packages:
|
|||
- '.'
|
||||
extra-deps:
|
||||
- pandoc-types-1.17.3
|
||||
- hslua-0.9.2
|
||||
- hslua-0.9.3
|
||||
- hslua-module-text-0.1.2
|
||||
- skylighting-0.4.4.1
|
||||
- texmath-0.10
|
||||
|
|
|
@ -8,7 +8,7 @@ packages:
|
|||
- '.'
|
||||
extra-deps:
|
||||
- pandoc-types-1.17.3
|
||||
- hslua-0.9.2
|
||||
- hslua-0.9.3
|
||||
- hslua-module-text-0.1.2
|
||||
- skylighting-0.4.4.1
|
||||
- texmath-0.10
|
||||
|
|
Loading…
Add table
Reference in a new issue