mprelude-0.1.0: mprelude.cabal
cabal-version: 1.18
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 0aa41f3aa33d83b40b847d55b5c0478fd12f6114d80c218e6241eab77dce0dc2
name: mprelude
version: 0.1.0
synopsis: A minimalish prelude.
description: Prelude extracted from observing NoImplicitPrelude using
projects by https://github.com/mbj.
.
Idea is to not design a prelude, but to observe one by
deduplicating repeated imports cross a larger project space.
category: prelude
homepage: https://github.com/mbj/mprelude#readme
bug-reports: https://github.com/mbj/mprelude/issues
maintainer: Markus Schirp <mbj@schirp-dso.com>
license: BSD3
license-file: LICENSE
build-type: Simple
extra-doc-files:
README.md
source-repository head
type: git
location: https://github.com/mbj/mprelude
flag development
description: Run GHC with development flags
manual: True
default: False
library
exposed-modules:
MPrelude
other-modules:
Paths_mprelude
hs-source-dirs:
src
default-extensions: CPP DataKinds DeriveAnyClass DeriveGeneric DeriveLift DerivingStrategies DuplicateRecordFields FlexibleContexts GeneralizedNewtypeDeriving MultiParamTypeClasses NoImplicitPrelude OverloadedLists OverloadedStrings RecordWildCards ScopedTypeVariables Strict TemplateHaskell
ghc-options: -Wall -Wcompat -Widentities -Wimplicit-prelude -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-exported-signatures -Wmissing-local-signatures -Wmonomorphism-restriction -Wredundant-constraints -fplugin=SourceConstraints -funbox-strict-fields
build-depends:
base >4.12 && <14.15
, source-constraints >=0.0.1 && <0.1
, text >=1.2 && <1.3
, text-conversions >=0.3 && <0.4
if flag(development)
ghc-options: -Werror
else
ghc-options: -Wwarn
default-language: Haskell2010
test-suite devtools
type: exitcode-stdio-1.0
main-is: test/Devtools.hs
other-modules:
Paths_mprelude
default-extensions: CPP DataKinds DeriveAnyClass DeriveGeneric DeriveLift DerivingStrategies DuplicateRecordFields FlexibleContexts GeneralizedNewtypeDeriving MultiParamTypeClasses NoImplicitPrelude OverloadedLists OverloadedStrings RecordWildCards ScopedTypeVariables Strict TemplateHaskell
ghc-options: -Wall -Wcompat -Widentities -Wimplicit-prelude -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-exported-signatures -Wmissing-local-signatures -Wmonomorphism-restriction -Wredundant-constraints -fplugin=SourceConstraints -funbox-strict-fields -rtsopts -threaded -with-rtsopts=-N
build-depends:
base >4.12 && <14.15
, devtools
, source-constraints >=0.0.1 && <0.1
, text >=1.2 && <1.3
, text-conversions >=0.3 && <0.4
if flag(development)
ghc-options: -Werror
else
ghc-options: -Wwarn
default-language: Haskell2010