packages feed

acme-this-0.1.0.0: acme-this.cabal

name:                acme-this
version:             0.1.0.0
synopsis:            import This
description:         Python will print pseudophilosophical gibberish when you \
                     `import this`. Haskell does not have such a feature yet. \
                     This cannot stand. Pun intended.
license:             BSD3
license-file:        LICENSE
author:              Tobias Dammers
maintainer:          tdammers@gmail.com
copyright:           2019 Tobias Dammers
category:            This
build-type:          Simple
cabal-version:       >=1.10

library
  hs-source-dirs: .
  exposed-modules: This
  default-language: Haskell2010
  build-depends: base >=4.7 && <5
               , template-haskell >=2.14.0.0 && <2.15