packages feed

custom-prelude-0.2.2.0: custom-prelude.cabal

name:                custom-prelude
version:             0.2.2.0
synopsis:            An enhanced prelude, serving as a foundation for my projects
description:         An enhanced prelude, serving as a foundation for my projects
homepage:            https://github.com/ajnsit/custom-prelude
license:             GPL
license-file:        LICENSE
author:              Anupam Jain
maintainer:          ajnsit@gmail.com

category:            Control
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     CustomPrelude
  build-depends:       base                     >= 4.5     && < 5
                     , basic-prelude            >= 0.3     && < 0.4
                     , monad-loops              >= 0.3.3   && < 0.4

source-repository head
  type:     git
  location: git://github.com/ajnsit/custom-prelude.git