diff options
author | Josh Rahm <rahm@google.com> | 2024-02-09 11:35:05 -0700 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2024-02-09 11:35:05 -0700 |
commit | dc9c17145c8774738d8b1c395d8796aabfcb828c (patch) | |
tree | 1e907c733b96c8d31200b6a1a48e7325c0184033 /package.yaml | |
parent | 7adbf480555e803bded190b013b1d1f70ae471db (diff) | |
download | wetterhorn-dc9c17145c8774738d8b1c395d8796aabfcb828c.tar.gz wetterhorn-dc9c17145c8774738d8b1c395d8796aabfcb828c.tar.bz2 wetterhorn-dc9c17145c8774738d8b1c395d8796aabfcb828c.zip |
Put more logic in the build script.
The build script will now create the symbolic links to the binary and
the shared library.
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.yaml b/package.yaml index 7966291..4fd7277 100644 --- a/package.yaml +++ b/package.yaml @@ -8,7 +8,6 @@ copyright: "2024 Author name here" extra-source-files: - README.md -- CHANGELOG.md # Metadata used when publishing your package # synopsis: Short description of your package @@ -25,6 +24,9 @@ custom-setup: - base - Cabal - process + - filepath + - unix + - directory dependencies: - base >= 4.7 && < 5 |