unison/codebase2/core/unison-core.cabal

64 lines
1.4 KiB
Plaintext

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.0.
--
-- see: https://github.com/sol/hpack
name: unison-core
version: 0.0.0
homepage: https://github.com/unisonweb/unison#readme
bug-reports: https://github.com/unisonweb/unison/issues
build-type: Simple
source-repository head
type: git
location: https://github.com/unisonweb/unison
library
exposed-modules:
U.Codebase.HashTags
U.Core.ABT
U.Core.ABT.Var
Unison.Core.Project
Unison.NameSegment
Unison.Util.Alphabetical
hs-source-dirs:
./
default-extensions:
ApplicativeDo
BangPatterns
BlockArguments
DeriveAnyClass
DeriveFunctor
DeriveGeneric
DeriveTraversable
DerivingStrategies
DerivingVia
DoAndIfThenElse
FlexibleContexts
FlexibleInstances
GeneralizedNewtypeDeriving
LambdaCase
MultiParamTypeClasses
NamedFieldPuns
OverloadedStrings
QuantifiedConstraints
PatternSynonyms
RankNTypes
ScopedTypeVariables
StandaloneDeriving
TupleSections
TypeApplications
ViewPatterns
build-depends:
base
, containers
, recover-rtti
, rfc5051
, text
, unison-hash
, unison-prelude
, unison-util-base32hex
, vector
default-language: Haskell2010