Skip to content

Commit b333282

Browse files
committed
Rename library to just haskell-accumulator
1 parent 86d7bb2 commit b333282

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

haskell-accumulator/haskell-accumulator.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainer: [email protected]
77
synopsis: "Haskell bindings for the rust accumulator lib via C"
88
build-type: Simple
99

10-
library haskell-accumulator-lib
10+
library
1111
exposed-modules:
1212
Accumulator
1313
Bindings
@@ -37,7 +37,7 @@ test-suite bindings-test
3737
, cardano-crypto-class
3838
, containers
3939
, criterion
40-
, haskell-accumulator-lib
40+
, haskell-accumulator
4141
, plutus-core
4242
, plutus-tx
4343
, random

0 commit comments

Comments
 (0)