morley-prelude-0.1.0.4: morley-prelude.cabal
cabal-version: 2.4
name: morley-prelude
version: 0.1.0.4
synopsis: A custom prelude used in Morley
description:
A custom prelude used in Morley. It re-exports the Universum prelude
and makes some tiny changes.
homepage: https://gitlab.com/tezos-standards/morley
license: AGPL-3.0-or-later
license-file: LICENSE
author: camlCase, Serokell, Tocqueville Group
maintainer: john.c.burnham@gmail.com
copyright: 2019 Tocqueville Group
category: Prelude
build-type: Simple
source-repository head
type: git
location: git@gitlab.com:tezos-standards/morley.git
library
hs-source-dirs: .
default-language: Haskell2010
exposed-modules: Prelude
build-depends: base-noprelude >= 4.7 && < 5
, universum
ghc-options: -Weverything
-Wno-missing-exported-signatures
-Wno-missing-import-lists
-Wno-missed-specialisations
-Wno-all-missed-specialisations
-Wno-unsafe
-Wno-safe
-Wno-missing-local-signatures
-Wno-monomorphism-restriction
-Wno-implicit-prelude