mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-29 12:15:43 +03:00
76 lines
1.3 KiB
YAML
76 lines
1.3 KiB
YAML
name: urbit-noun
|
|
version: 0.10.4
|
|
license: MIT
|
|
license-file: LICENSE
|
|
|
|
library:
|
|
source-dirs: lib
|
|
ghc-options:
|
|
- -Wall
|
|
- -Werror
|
|
- -Wno-type-defaults
|
|
- -Wno-unused-matches
|
|
- -Wno-name-shadowing
|
|
- -Wno-orphans
|
|
- -O2
|
|
|
|
dependencies:
|
|
- base
|
|
- classy-prelude
|
|
- ghc-prim
|
|
- largeword
|
|
- lens
|
|
- murmur3
|
|
- regex-tdfa
|
|
- rio
|
|
- text
|
|
- time
|
|
- urbit-atom
|
|
- urbit-hob
|
|
- urbit-noun-core
|
|
|
|
default-extensions:
|
|
- ApplicativeDo
|
|
- BangPatterns
|
|
- BlockArguments
|
|
- ConstraintKinds
|
|
- DataKinds
|
|
- DefaultSignatures
|
|
- DeriveAnyClass
|
|
- DeriveDataTypeable
|
|
- DeriveFoldable
|
|
- DeriveGeneric
|
|
- DeriveTraversable
|
|
- DerivingStrategies
|
|
- EmptyCase
|
|
- EmptyDataDecls
|
|
- FlexibleContexts
|
|
- FlexibleInstances
|
|
- FunctionalDependencies
|
|
- GADTs
|
|
- GeneralizedNewtypeDeriving
|
|
- LambdaCase
|
|
- MagicHash
|
|
- MultiParamTypeClasses
|
|
- NamedFieldPuns
|
|
- NoImplicitPrelude
|
|
- NumericUnderscores
|
|
- OverloadedStrings
|
|
- PackageImports
|
|
- PartialTypeSignatures
|
|
- PatternSynonyms
|
|
- QuasiQuotes
|
|
- Rank2Types
|
|
- RankNTypes
|
|
- RecordWildCards
|
|
- ScopedTypeVariables
|
|
- StandaloneDeriving
|
|
- TemplateHaskell
|
|
- TupleSections
|
|
- TypeApplications
|
|
- TypeFamilies
|
|
- TypeOperators
|
|
- UnboxedTuples
|
|
- UnicodeSyntax
|
|
- ViewPatterns
|