packages feed

monad-log-0.1.0.0: monad-log.cabal

-- Initial monad-log.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                monad-log
version:             0.1.0.0
synopsis:            A simple and fast logging monad
description:         A simple and fast logging monad
license:             MIT
license-file:        LICENSE
author:              winterland1989
maintainer:          winterland1989@gmail.com
-- copyright:           
category:            Development
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  ghc-options:          -Wall
  exposed-modules:      Control.Monad.Log
                    ,   Control.Monad.Log.Label
                    ,   Control.Monad.Log.LogLoc
                    ,   Control.Monad.Log.NameSpace
                    ,   Control.Monad.Log.LogThreadId
  -- other-modules:       
  -- other-extensions:    
  build-depends:        base >=4.8 && <4.9
                    ,   fast-logger >=2.4.5 && <2.5
                    ,   monad-control >=0.3 && <1.1
                    ,   lifted-base 
                    ,   exceptions >=0.6 && <0.9
                    ,   bytestring
                    ,   text
                    ,   text-show
                    ,   transformers >=0.2 && <0.5
                    ,   aeson        >= 0.10 && <0.12
                    ,   template-haskell 

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

source-repository head
  type:                 git
  location:             https://github.com/winterland1989/monad-log