Skip to content

Commit

Permalink
[WIP] Make Inline a sum type
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Nov 5, 2024
1 parent 847ee54 commit f05563a
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 162 deletions.
51 changes: 51 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1 +1,52 @@
packages: pandoc-lua-marshal.cabal

source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: a1e159836a05909becc4196e885888f581f40f30
subdir: lua
source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: a1e159836a05909becc4196e885888f581f40f30
subdir: lua-arbitrary
source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: a1e159836a05909becc4196e885888f581f40f30
subdir: hslua-core
source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: a1e159836a05909becc4196e885888f581f40f30
subdir: hslua-marshalling
source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: a1e159836a05909becc4196e885888f581f40f30
subdir: hslua-objectorientation
source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: a1e159836a05909becc4196e885888f581f40f30
subdir: hslua-packaging
source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: a1e159836a05909becc4196e885888f581f40f30
subdir: hslua-classes
source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: a1e159836a05909becc4196e885888f581f40f30
subdir: hslua
source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: a1e159836a05909becc4196e885888f581f40f30
subdir: hslua-aeson
source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: a1e159836a05909becc4196e885888f581f40f30
subdir: tasty-lua
3 changes: 2 additions & 1 deletion pandoc-lua-marshal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ library
, Text.Pandoc.Lua.Topdown
, Text.Pandoc.Lua.SpliceList
, Text.Pandoc.Lua.Walk
build-depends: hslua-list >= 1.1 && < 1.2
build-depends: hslua-list >= 1.1 && < 1.2
, hslua-objectorientation >= 2.2 && < 2.4

test-suite pandoc-lua-marshal-test
import: common-options
Expand Down
Loading

0 comments on commit f05563a

Please sign in to comment.