initial commit
This commit is contained in:
commit
ea96690e6a
12 changed files with 1790 additions and 0 deletions
31
cabal.project
Normal file
31
cabal.project
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
index-state: 2021-10-20T00:00:00Z
|
||||
|
||||
packages: ./.
|
||||
|
||||
-- Always build tests and benchmarks.
|
||||
tests: true
|
||||
benchmarks: true
|
||||
|
||||
-- The only sensible test display option
|
||||
test-show-details: direct
|
||||
|
||||
allow-newer:
|
||||
-- Pins to an old version of Template Haskell, unclear if/when it will be updated
|
||||
size-based:template-haskell
|
||||
, ouroboros-consensus-byron:formatting
|
||||
, beam-core:aeson
|
||||
, beam-sqlite:aeson
|
||||
, beam-sqlite:dlist
|
||||
, beam-migrate:aeson
|
||||
|
||||
package cardano-ledger-alonzo
|
||||
optimization: False
|
||||
package ouroboros-consensus-shelley
|
||||
optimization: False
|
||||
package ouroboros-consensus-cardano
|
||||
optimization: False
|
||||
package cardano-api
|
||||
optimization: False
|
||||
|
||||
package plutarch
|
||||
flags: +development
|
||||
Loading…
Add table
Add a link
Reference in a new issue