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 24, 2024
1 parent 6832536 commit cd485d5
Show file tree
Hide file tree
Showing 3 changed files with 92 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
14 changes: 14 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
resolver: lts-22.36
extra-deps:
- hslua-list-1.1.4
- git: https://github.com/hslua/hslua.git
commit: 4ed57248c7f54007c2b74d48080b094e09770ee1
subdirs:
- hslua
- hslua-aeson
- hslua-classes
- hslua-core
- hslua-marshalling
- hslua-objectorientation
- hslua-packaging
- lua
- lua-arbitrary
- tasty-lua

ghc-options:
"$locals": -fhide-source-paths

0 comments on commit cd485d5

Please sign in to comment.