added working transactions. still not atomic

This commit is contained in:
krangelov
2021-09-06 19:40:24 +02:00
parent 29557ae61e
commit 1ec4949d90
9 changed files with 170 additions and 37 deletions

View File

@@ -22,6 +22,7 @@ extra-source-files:
library
exposed-modules:
PGF2,
PGF2.Transactions,
PGF2.Internal,
-- backwards compatibility API:
PGF
@@ -53,3 +54,12 @@ test-suite basic
random,
directory,
pgf2
test-suite transactions
type: exitcode-stdio-1.0
main-is: tests/transactions.hs
default-language: Haskell2010
build-depends:
base,
HUnit,
pgf2