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 6, 2024
1 parent 847ee54 commit a0c3f27
Show file tree
Hide file tree
Showing 3 changed files with 425 additions and 161 deletions.
56 changes: 56 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1 +1,57 @@
packages: pandoc-lua-marshal.cabal

source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: 8c4d33db3708dc3be8dd18d85642a2ccf973925f
subdir: lua
source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: 8c4d33db3708dc3be8dd18d85642a2ccf973925f
subdir: lua-arbitrary
source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: 8c4d33db3708dc3be8dd18d85642a2ccf973925f
subdir: hslua-core
source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: 8c4d33db3708dc3be8dd18d85642a2ccf973925f
subdir: hslua-marshalling
source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: 8c4d33db3708dc3be8dd18d85642a2ccf973925f
subdir: hslua-module-version
source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: 8c4d33db3708dc3be8dd18d85642a2ccf973925f
subdir: hslua-objectorientation
source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: 8c4d33db3708dc3be8dd18d85642a2ccf973925f
subdir: hslua-packaging
source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: 8c4d33db3708dc3be8dd18d85642a2ccf973925f
subdir: hslua-classes
source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: 8c4d33db3708dc3be8dd18d85642a2ccf973925f
subdir: hslua
source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: 8c4d33db3708dc3be8dd18d85642a2ccf973925f
subdir: hslua-aeson
source-repository-package
type: git
location: https://github.com/hslua/hslua.git
tag: 8c4d33db3708dc3be8dd18d85642a2ccf973925f
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 a0c3f27

Please sign in to comment.