packages feed

morley-prelude-0.1.0.2: morley-prelude.cabal

cabal-version:       2.4
name:                morley-prelude
version:             0.1.0.2
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/camlcase-dev/morley
license:             AGPL-3.0-or-later
license-file:        LICENSE
author:              camlCase, Serokell
maintainer:          john@camlcase.io
copyright:           2019 Tocqueville Group
category:            Language
build-type:          Simple

source-repository head
  type:     git
  location: git@gitlab.com:camlcase-dev/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