Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-tielen committed Jan 3, 2024
1 parent 0bbad9a commit c33ea2f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project (as seen by library users) will be documented in this file.
The CHANGELOG is available on [Github](https://github.com/luc-tielen/souffle-haskell.git/CHANGELOG.md).

## [4.0.0] - Unreleased
## [4.0.0] - 2024-01-03

### Added

Expand Down
5 changes: 3 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ maintainer: [email protected]
copyright: 2022 Luc Tielen
category: Logic Programming, Foreign Binding, Bindings
github: luc-tielen/souffle-haskell
extra-source-files:
extra-doc-files:
- README.md
- CHANGELOG.md
- LICENSE
extra-source-files:
- cbits/**/*.h
- cbits/*.cpp
- cbits/souffle/LICENSE
Expand Down Expand Up @@ -159,7 +160,7 @@ benchmarks:
extra-libraries: c++
dependencies:
- souffle-haskell
- criterion
- criterion == 1.*
- deepseq >= 1.4.4 && < 2
cxx-options:
- -D__EMBEDDED_SOUFFLE__
Expand Down
9 changes: 5 additions & 4 deletions souffle-haskell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
LICENSE
cbits/souffle.h
cbits/souffle/CompiledSouffle.h
cbits/souffle/datastructure/Brie.h
Expand Down Expand Up @@ -69,6 +66,10 @@ extra-source-files:
cbits/souffle/utility/Types.h
cbits/souffle.cpp
cbits/souffle/LICENSE
extra-doc-files:
README.md
CHANGELOG.md
LICENSE

source-repository head
type: git
Expand Down Expand Up @@ -334,7 +335,7 @@ benchmark souffle-haskell-benchmarks
benchmarks/fixtures/bench.cpp
build-depends:
base >=4.12 && <5
, criterion
, criterion ==1.*
, deepseq >=1.4.4 && <2
, souffle-haskell
, text >=2.0.2 && <3
Expand Down

0 comments on commit c33ea2f

Please sign in to comment.