unison/codebase2/util/package.yaml
Arya Irani 5a34dc8bf3 re-export U.Util.Hash(Hash) as Unison.Hash(Hash)
and clean up some aspects of and usages of the apis
2021-11-10 23:36:54 -05:00

47 lines
707 B
YAML

name: unison-util
github: unisonweb/unison
library:
source-dirs: src
benchmarks:
bench:
dependencies:
- criterion
- sandi
- unison-util
main: Main.hs
source-dirs: bench
dependencies:
- base
- base32
- bytestring
- containers
- cryptonite
- extra
- lens
- memory
- safe
- text
- time
- unison-util-relation
- unliftio
default-extensions:
- ApplicativeDo
- BlockArguments
- DeriveFunctor
- DerivingStrategies
- DoAndIfThenElse
- FlexibleContexts
- FlexibleInstances
- LambdaCase
- MultiParamTypeClasses
- NamedFieldPuns
- OverloadedStrings
- PatternSynonyms
- ScopedTypeVariables
- TupleSections
- TypeApplications