Skip to content

Commit

Permalink
fix cabal package
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellussiegburg committed Apr 24, 2024
1 parent 69a568b commit a0ec18e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion call-alloy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: call-alloy
version: 0.5
version: 0.5.0.1
synopsis: A simple library to call Alloy given a specification
description: Please see the README on GitHub at <https://github.com/marcellussiegburg/call-alloy#readme>
category: Language
Expand All @@ -21,6 +21,9 @@ extra-source-files:
README.md
LICENSE
ChangeLog.md
test/unit/readmeExampleInstance.hs
test/unit/readmeExampleResult.hs
test/unit/readmeExampleSpecification.als
data-files:
alloy/RunAlloy.class
alloy/SATSolver.class
Expand Down
5 changes: 4 additions & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: call-alloy
version: 0.5
version: 0.5.0.1
github: "marcellussiegburg/call-alloy"
license: MIT
author: "Marcellus Siegburg"
Expand All @@ -20,6 +20,9 @@ extra-source-files:
- README.md
- LICENSE
- ChangeLog.md
- test/unit/readmeExampleInstance.hs
- test/unit/readmeExampleResult.hs
- test/unit/readmeExampleSpecification.als
ghc-options:
- -Wall
- -Wincomplete-uni-patterns
Expand Down

0 comments on commit a0ec18e

Please sign in to comment.