Skip to content

Commit

Permalink
Use HsLua 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Nov 22, 2024
1 parent 28486aa commit 01a025f
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 2 deletions.
76 changes: 76 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1 +1,77 @@
packages: pandoc-lua-marshal.cabal

source-repository-package
type: git
location: /~https://github.com/hslua/hslua.git
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
subdir: lua
source-repository-package
type: git
location: /~https://github.com/hslua/hslua.git
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
subdir: lua-arbitrary
source-repository-package
type: git
location: /~https://github.com/hslua/hslua.git
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
subdir: hslua-core
source-repository-package
type: git
location: /~https://github.com/hslua/hslua.git
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
subdir: hslua-marshalling
source-repository-package
type: git
location: /~https://github.com/hslua/hslua.git
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
subdir: hslua-module-path
source-repository-package
type: git
location: /~https://github.com/hslua/hslua.git
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
subdir: hslua-module-text
source-repository-package
type: git
location: /~https://github.com/hslua/hslua.git
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
subdir: hslua-module-system
source-repository-package
type: git
location: /~https://github.com/hslua/hslua.git
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
subdir: hslua-module-version
source-repository-package
type: git
location: /~https://github.com/hslua/hslua.git
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
subdir: hslua-module-zip
source-repository-package
type: git
location: /~https://github.com/hslua/hslua.git
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
subdir: hslua-objectorientation
source-repository-package
type: git
location: /~https://github.com/hslua/hslua.git
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
subdir: hslua-packaging
source-repository-package
type: git
location: /~https://github.com/hslua/hslua.git
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
subdir: hslua-classes
source-repository-package
type: git
location: /~https://github.com/hslua/hslua.git
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
subdir: hslua
source-repository-package
type: git
location: /~https://github.com/hslua/hslua.git
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
subdir: hslua-aeson
source-repository-package
type: git
location: /~https://github.com/hslua/hslua.git
tag: 4ed57248c7f54007c2b74d48080b094e09770ee1
subdir: tasty-lua
4 changes: 2 additions & 2 deletions pandoc-lua-marshal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ common common-options
, bytestring >= 0.10 && < 0.13
, containers >= 0.6 && < 0.8
, exceptions >= 0.8 && < 0.11
, hslua >= 2.2 && < 2.4
, hslua >= 2.4 && < 2.5
, hslua-list >= 1.1.4 && < 1.2
, hslua-marshalling >= 2.2 && < 2.4
, hslua-marshalling >= 2.3 && < 2.5
, pandoc-types >= 1.23 && < 1.24
, safe >= 0.3 && < 0.4
, text >= 1.1.1.0 && < 1.3
Expand Down

0 comments on commit 01a025f

Please sign in to comment.