packages feed

Cabal revisions of hreader-0.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                hreader-version:             0.0.1-synopsis:            Generalization of MonadReader and ReaderT-license:             BSD3-license-file:        LICENSE-author:              Aleksey Uimanov-maintainer:          s9gf4ult@gmail.com-category:            Control-build-type:          Simple-cabal-version:       >=1.10-extra-source-files:  CHANGELOG.md-homepage: https://bitbucket.org/s9gf4ult/hreader-source-repository head-  type: git-  location: git@bitbucket.org:s9gf4ult/hreader.git---library-  default-language:    Haskell2010-  hs-source-dirs:      src-  ghc-options:         -Wall--  default-extensions: CPP-                    , DataKinds-                    , DeriveDataTypeable-                    , DeriveGeneric-                    , FlexibleContexts-                    , FlexibleInstances-                    , GeneralizedNewtypeDeriving-                    , MultiParamTypeClasses-                    , StandaloneDeriving-                    , TypeFamilies-                    , UndecidableInstances--  build-depends:       base  >= 4.7   && < 5-                     , exceptions-                     , hset  >= 0.1.0 && < 1.0.0-                     , mmorph-                     , monad-control-                     , mtl-                     , transformers-base--  exposed-modules:     Control.Monad.HReader-                     , Control.Monad.HReader.Class+name:                hreader
+version:             0.0.1
+x-revision: 1
+synopsis:            Generalization of MonadReader and ReaderT
+license:             BSD3
+license-file:        LICENSE
+author:              Aleksey Uimanov
+maintainer:          s9gf4ult@gmail.com
+category:            Control
+build-type:          Simple
+cabal-version:       >=1.10
+extra-source-files:  CHANGELOG.md
+homepage: https://bitbucket.org/s9gf4ult/hreader
+source-repository head
+  type: git
+  location: git@bitbucket.org:s9gf4ult/hreader.git
+
+
+library
+  default-language:    Haskell2010
+  hs-source-dirs:      src
+  ghc-options:         -Wall
+
+  default-extensions: CPP
+                    , DataKinds
+                    , DeriveDataTypeable
+                    , DeriveGeneric
+                    , FlexibleContexts
+                    , FlexibleInstances
+                    , GeneralizedNewtypeDeriving
+                    , MultiParamTypeClasses
+                    , StandaloneDeriving
+                    , TypeFamilies
+                    , UndecidableInstances
+
+  build-depends:       base  >= 4.8   && < 5
+                     , exceptions
+                     , hset  >= 0.1.0 && < 1.0.0
+                     , mmorph
+                     , monad-control
+                     , mtl
+                     , transformers-base
+
+  exposed-modules:     Control.Monad.HReader
+                     , Control.Monad.HReader.Class