datalog 0.2.0.1 → 0.2.0.2
raw patch · 2 files changed
+19/−1 lines, 2 files
Files
- CHANGES.md +16/−0
- datalog.cabal +3/−1
+ CHANGES.md view
@@ -0,0 +1,16 @@+v0.2.0.2+--------++* Include the changelog in the tarball++v0.2.0.1+--------++* Fix a bug in relation stratification++v0.2.0.0+--------++* New REPL+* Fixed some correctness bugs+
datalog.cabal view
@@ -1,5 +1,5 @@ name: datalog-version: 0.2.0.1+version: 0.2.0.2 synopsis: An implementation of datalog in Haskell license: BSD3 license-file: LICENSE@@ -13,6 +13,8 @@ any Haskell application. As a consequence, it supports both standard Datalog operations and arbitrary predicates written in Haskell.++extra-source-files: CHANGES.md library default-language: Haskell2010