Skip to content

Commit cd485d5

Browse files
committed
Use HsLua 2.4
1 parent 6832536 commit cd485d5

File tree

3 files changed

+92
-2
lines changed

3 files changed

+92
-2
lines changed

cabal.project

+76
Original file line numberDiff line numberDiff line change
@@ -1 +1,77 @@
11
packages: pandoc-lua-marshal.cabal
2+
3+
source-repository-package
4+
type: git
5+
location: https://github.com/hslua/hslua.git
6+
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
7+
subdir: lua
8+
source-repository-package
9+
type: git
10+
location: https://github.com/hslua/hslua.git
11+
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
12+
subdir: lua-arbitrary
13+
source-repository-package
14+
type: git
15+
location: https://github.com/hslua/hslua.git
16+
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
17+
subdir: hslua-core
18+
source-repository-package
19+
type: git
20+
location: https://github.com/hslua/hslua.git
21+
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
22+
subdir: hslua-marshalling
23+
source-repository-package
24+
type: git
25+
location: https://github.com/hslua/hslua.git
26+
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
27+
subdir: hslua-module-path
28+
source-repository-package
29+
type: git
30+
location: https://github.com/hslua/hslua.git
31+
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
32+
subdir: hslua-module-text
33+
source-repository-package
34+
type: git
35+
location: https://github.com/hslua/hslua.git
36+
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
37+
subdir: hslua-module-system
38+
source-repository-package
39+
type: git
40+
location: https://github.com/hslua/hslua.git
41+
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
42+
subdir: hslua-module-version
43+
source-repository-package
44+
type: git
45+
location: https://github.com/hslua/hslua.git
46+
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
47+
subdir: hslua-module-zip
48+
source-repository-package
49+
type: git
50+
location: https://github.com/hslua/hslua.git
51+
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
52+
subdir: hslua-objectorientation
53+
source-repository-package
54+
type: git
55+
location: https://github.com/hslua/hslua.git
56+
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
57+
subdir: hslua-packaging
58+
source-repository-package
59+
type: git
60+
location: https://github.com/hslua/hslua.git
61+
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
62+
subdir: hslua-classes
63+
source-repository-package
64+
type: git
65+
location: https://github.com/hslua/hslua.git
66+
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
67+
subdir: hslua
68+
source-repository-package
69+
type: git
70+
location: https://github.com/hslua/hslua.git
71+
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
72+
subdir: hslua-aeson
73+
source-repository-package
74+
type: git
75+
location: https://github.com/hslua/hslua.git
76+
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
77+
subdir: tasty-lua

pandoc-lua-marshal.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ common common-options
5050
, bytestring >= 0.10 && < 0.13
5151
, containers >= 0.6 && < 0.8
5252
, exceptions >= 0.8 && < 0.11
53-
, hslua >= 2.2 && < 2.4
53+
, hslua >= 2.4 && < 2.5
5454
, hslua-list >= 1.1.4 && < 1.2
55-
, hslua-marshalling >= 2.2 && < 2.4
55+
, hslua-marshalling >= 2.3 && < 2.5
5656
, pandoc-types >= 1.23 && < 1.24
5757
, safe >= 0.3 && < 0.4
5858
, text >= 1.1.1.0 && < 1.3

stack.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
resolver: lts-22.36
22
extra-deps:
33
- hslua-list-1.1.4
4+
- git: https://github.com/hslua/hslua.git
5+
commit: 4ed57248c7f54007c2b74d48080b094e09770ee1
6+
subdirs:
7+
- hslua
8+
- hslua-aeson
9+
- hslua-classes
10+
- hslua-core
11+
- hslua-marshalling
12+
- hslua-objectorientation
13+
- hslua-packaging
14+
- lua
15+
- lua-arbitrary
16+
- tasty-lua
17+
418
ghc-options:
519
"$locals": -fhide-source-paths

0 commit comments

Comments
 (0)