packages feed

quaalude-0.0.0.1: quaalude.cabal

cabal-version: 3.0

name: quaalude
version: 0.0.0.1
synopsis: Extremely minimal prelude
category: Prelude

description: "Essentials" is a minimal Prelude alternative containing
    only what is truly needed by the vast majority of modules.

license: Apache-2.0
license-file: license.txt

author: Chris Martin
maintainer: Chris Martin, Julie Moronuki

homepage:    https://github.com/typeclasses/quaalude
bug-reports: https://github.com/typeclasses/quaalude/issues

extra-source-files: *.md

source-repository head
    type: git
    location: git://github.com/typeclasses/quaalude.git

library
    default-language: GHC2021
    ghc-options: -Wall
    hs-source-dirs: library
    build-depends: base ^>= 4.16 || ^>= 4.17
    exposed-modules: Essentials