Skip to content

Commit f05563a

Browse files
committed
[WIP] Make Inline a sum type
1 parent 847ee54 commit f05563a

File tree

3 files changed

+418
-162
lines changed

3 files changed

+418
-162
lines changed

cabal.project

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,52 @@
11
packages: pandoc-lua-marshal.cabal
2+
3+
source-repository-package
4+
type: git
5+
location: https://github.com/hslua/hslua.git
6+
tag: a1e159836a05909becc4196e885888f581f40f30
7+
subdir: lua
8+
source-repository-package
9+
type: git
10+
location: https://github.com/hslua/hslua.git
11+
tag: a1e159836a05909becc4196e885888f581f40f30
12+
subdir: lua-arbitrary
13+
source-repository-package
14+
type: git
15+
location: https://github.com/hslua/hslua.git
16+
tag: a1e159836a05909becc4196e885888f581f40f30
17+
subdir: hslua-core
18+
source-repository-package
19+
type: git
20+
location: https://github.com/hslua/hslua.git
21+
tag: a1e159836a05909becc4196e885888f581f40f30
22+
subdir: hslua-marshalling
23+
source-repository-package
24+
type: git
25+
location: https://github.com/hslua/hslua.git
26+
tag: a1e159836a05909becc4196e885888f581f40f30
27+
subdir: hslua-objectorientation
28+
source-repository-package
29+
type: git
30+
location: https://github.com/hslua/hslua.git
31+
tag: a1e159836a05909becc4196e885888f581f40f30
32+
subdir: hslua-packaging
33+
source-repository-package
34+
type: git
35+
location: https://github.com/hslua/hslua.git
36+
tag: a1e159836a05909becc4196e885888f581f40f30
37+
subdir: hslua-classes
38+
source-repository-package
39+
type: git
40+
location: https://github.com/hslua/hslua.git
41+
tag: a1e159836a05909becc4196e885888f581f40f30
42+
subdir: hslua
43+
source-repository-package
44+
type: git
45+
location: https://github.com/hslua/hslua.git
46+
tag: a1e159836a05909becc4196e885888f581f40f30
47+
subdir: hslua-aeson
48+
source-repository-package
49+
type: git
50+
location: https://github.com/hslua/hslua.git
51+
tag: a1e159836a05909becc4196e885888f581f40f30
52+
subdir: tasty-lua

pandoc-lua-marshal.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ library
101101
, Text.Pandoc.Lua.Topdown
102102
, Text.Pandoc.Lua.SpliceList
103103
, Text.Pandoc.Lua.Walk
104-
build-depends: hslua-list >= 1.1 && < 1.2
104+
build-depends: hslua-list >= 1.1 && < 1.2
105+
, hslua-objectorientation >= 2.2 && < 2.4
105106

106107
test-suite pandoc-lua-marshal-test
107108
import: common-options

0 commit comments

Comments
 (0)