packages feed

universum-0.1.8: universum.cabal

name:                universum
version:             0.1.8
synopsis:            A sensible set of defaults for writing custom Preludes.
description:         A sensible set of defaults for writing custom Preludes.
homepage:            https://github.com/serokell/universum
license:             MIT
license-file:        LICENSE
author:              Stephen Diehl
maintainer:          hi@serokell.io
copyright:           2016-2016 Stephen Diehl, 2016-2016 Serokell
category:            Prelude
build-type:          Simple
cabal-version:       >=1.10
tested-with:
  GHC == 7.6.1,
  GHC == 7.6.2,
  GHC == 7.6.3,
  GHC == 7.8.1,
  GHC == 7.8.2,
  GHC == 7.8.3,
  GHC == 7.8.4,
  GHC == 7.10.1,
  GHC == 7.10.2,
  GHC == 7.10.3
Bug-Reports:         https://github.com/serokell/universum/issues

description:
    A sensible set of defaults for writing custom Preludes.
Source-Repository head
    type: git
    location: git@github.com:serokell/universum.git

library
  exposed-modules:
    Universum
    Unsafe
    Base
    Applicative
    Bool
    Debug
    List
    Monad
    Show
    Conv
    Either
    Functor
    Semiring
    Bifunctor
    Panic

  default-extensions:
    NoImplicitPrelude
    OverloadedStrings

  ghc-options:
    -Wall
    -fwarn-implicit-prelude

  build-depends:
    async                 >= 2.1  && <2.2,
    base                  >= 4.6  && <4.10,
    bytestring            >= 0.10 && <0.11,
    containers            >= 0.5  && <0.6,
    deepseq               >= 1.3  && <1.5,
    ghc-prim              >= 0.3  && <0.6,
    mtl                   >= 2.1  && <2.3,
    safe                  >= 0.3  && <0.4,
    stm                   >= 2.4  && <2.5,
    text                  >= 1.2  && <1.3,
    transformers          >= 0.4  && <0.6,
    unordered-containers

  hs-source-dirs:      src
  default-language:    Haskell2010