packages feed

protolude-lifted-0.1.0.0: protolude-lifted.cabal

name:                protolude-lifted
version:             0.1.0.0
synopsis:            Protolude with lifted-base and lifted-async.
description:         Protolude with lifted-base and lifted-async.
homepage:            https://github.com/pbogdan/protolude-lifted
license:             BSD3
license-file:        LICENSE
author:              Piotr Bogdan
maintainer:          ppbogdan@gmail.com
copyright:           2016 Piotr Bogdan
category:            Prelude
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  ghc-options:         -Wall
  exposed-modules:     Protolude
                     , Protolude.Lifted
                     , Unsafe
  build-depends:       base >= 4.7 && < 5
                     , protolude >= 0.1.6 && < 0.2
                     , lifted-base >=0.2.3.8 && <0.3
                     , lifted-async >=0.9.0 && <0.10
  default-language:    Haskell2010
  default-extensions:  OverloadedStrings, NoImplicitPrelude

source-repository head
  type:     git
  location: https://github.com/pbogdan/protolude-lifted