mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 13:54:20 +03:00
68a9a8dba1
* release/next-vere: build: update gcloud to use non-deprecated action vere: manage memory properly in _fore_import build: update GoogleCloudPlatform/github-actions/setup-gcloud to 0.2.0 king: try undoing warnings in eventlog-lmdb king: diswarn tests king: more warnery king: fix warnings; more consistent warn policy vere: add -i and -o options for import and export herb/lens: add utilites for import/export build: github actions workflow configuration vere: refactors pier initialization to fix -X nix: fixes `shellFor` nix-shell helper
74 lines
1.3 KiB
YAML
74 lines
1.3 KiB
YAML
name: urbit-noun-core
|
|
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
|
|
- -O2
|
|
|
|
dependencies:
|
|
- base
|
|
- QuickCheck
|
|
- ghc-prim
|
|
- hashable
|
|
- urbit-atom
|
|
- classy-prelude
|
|
- bytestring
|
|
- hashtables
|
|
- vector
|
|
- integer-gmp
|
|
- template-haskell
|
|
- murmur3
|
|
|
|
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
|