packages feed

not-prelude-0.1.0.0: not-prelude.cabal

cabal-version:      2.4
name:               not-prelude
version:            0.1.0.0

synopsis: An opinionated Prelude replacement library

description: This package provides a Prelude that emphasizes reduction of repetitive import boilerplate code for real world haskell programs

license:            MIT
author:             Erick Gonzalez
maintainer:         erick@codemonkeylabs.de

category:           Prelude
extra-source-files: CHANGELOG.md

source-repository head
  type: git
  location: https://gitlab.com/codemonkeylabs/not-prelude.git

library
  hs-source-dirs:      src
  exposed-modules:     Prelude

  default-language:    Haskell2010
  other-extensions:    NoImplicitPrelude

  build-depends:       base-noprelude ^>= 4.13
                     , data-default   ^>= 0.7
                     , exceptions     ^>= 0.10
                     , failable       ^>= 1.2
                     , mtl            ^>= 2.2
                     , text           ^>= 1.2
                     , transformers   ^>= 0.5