Skip to content

Commit

Permalink
refactor: revert bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Mar 12, 2024
1 parent eccee72 commit 5b3e7ff
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 110 deletions.
10 changes: 0 additions & 10 deletions Cargo.toml

This file was deleted.

82 changes: 0 additions & 82 deletions Setup.lhs

This file was deleted.

16 changes: 4 additions & 12 deletions extism.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: extism
version: 1.2.0.2
version: 1.2.0.3
license: BSD-3-Clause
maintainer: [email protected]
author: Extism authors
Expand All @@ -9,25 +9,17 @@ synopsis: Extism bindings
description: Bindings to Extism, the universal plugin system
category: Plugins, WebAssembly
extra-doc-files: cabal.project README.md CHANGELOG.md
extra-source-files: Cargo.toml src/lib.rs scripts/download-or-build.sh

build-type: Custom
custom-setup
setup-depends:
Cabal >= 3.0 && < 4,
base >= 4.16.1 && < 5,
directory >= 1.3 && < 2,
process >=1.2.1.0 && < 2
build-type: Simple

library
exposed-modules: Extism, Extism.HostFunction, Extism.Encoding
reexported-modules: Extism.Manifest, Extism.JSON
hs-source-dirs: src
other-modules: Extism.Bindings
default-language: Haskell2010
extra-bundled-libraries: extism_hs
-- extra-libraries: extism
-- extra-lib-dirs: /usr/local/lib
extra-libraries: extism
extra-lib-dirs: /usr/local/lib
build-depends:
base >= 4.16.1 && < 5,
bytestring >= 0.11.3 && <= 0.12,
Expand Down
2 changes: 1 addition & 1 deletion manifest/extism-manifest.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: extism-manifest
version: 1.2.0.2
version: 1.2.0.3
license: BSD-3-Clause
maintainer: [email protected]
author: Extism authors
Expand Down
4 changes: 0 additions & 4 deletions scripts/update-version.sh

This file was deleted.

1 change: 0 additions & 1 deletion src/lib.rs

This file was deleted.

0 comments on commit 5b3e7ff

Please sign in to comment.