packages feed

Cabal revisions of objective-1.1.2

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

revision 1
-name:                objective-version:             1.1.2-synopsis:            Composable objects-description:         Composable objects-homepage:            https://github.com/fumieval/objective-bug-reports:         http://github.com/fumieval/objective/issues-license:             BSD3-license-file:        LICENSE-author:              Fumiaki Kinoshita-maintainer:          Fumiaki Kinoshita <fumiexcel@gmail.com>-copyright:           Copyright (c) 2014 Fumiaki Kinoshita-category:            Control-build-type:          Simple-extra-source-files:-  CHANGELOG.md-  .travis.yml-cabal-version:       >=1.10--source-repository head-  type: git-  location: https://github.com/fumieval/objective.git--library-  exposed-modules:-    Control.Object-      , Control.Object.Object-      , Control.Object.Instance-      , Control.Object.Mortal-      , Data.Functor.Request-  other-extensions:    MultiParamTypeClasses, KindSignatures, TypeFamilies-  build-depends:       base >=4.6 && <5-    , exceptions >= 0.8-    , containers >= 0.5.0.0 && <0.6-    , unordered-containers >= 0.2.0.0 && <0.3-    , transformers >= 0.3 && <0.6-    , transformers-compat-    , free >= 4 && <5-    , hashable-    , mtl-    , profunctors-    , void-    , witherable >= 0.1.3-    , monad-skeleton >= 0.1.1 && <0.3-    , template-haskell-  ghc-options: -Wall-  hs-source-dirs:      src-  default-language:    Haskell2010+name:                objective
+version:             1.1.2
+x-revision: 1
+synopsis:            Composable objects
+description:         Composable objects
+homepage:            https://github.com/fumieval/objective
+bug-reports:         http://github.com/fumieval/objective/issues
+license:             BSD3
+license-file:        LICENSE
+author:              Fumiaki Kinoshita
+maintainer:          Fumiaki Kinoshita <fumiexcel@gmail.com>
+copyright:           Copyright (c) 2014 Fumiaki Kinoshita
+category:            Control
+build-type:          Simple
+extra-source-files:
+  CHANGELOG.md
+  .travis.yml
+cabal-version:       >=1.10
+
+source-repository head
+  type: git
+  location: https://github.com/fumieval/objective.git
+
+library
+  exposed-modules:
+    Control.Object
+      , Control.Object.Object
+      , Control.Object.Instance
+      , Control.Object.Mortal
+      , Data.Functor.Request
+  other-extensions:    MultiParamTypeClasses, KindSignatures, TypeFamilies
+  build-depends:       base >=4.6 && <5
+    , exceptions >= 0.8
+    , containers >= 0.5.0.0 && <0.6
+    , unordered-containers >= 0.2.0.0 && <0.3
+    , transformers >= 0.3 && <0.6
+    , transformers-compat
+    , free >= 4 && <5.5
+    , hashable
+    , mtl
+    , profunctors
+    , void
+    , witherable >= 0.1.3
+    , monad-skeleton >= 0.1.1 && <0.3
+    , template-haskell
+  ghc-options: -Wall
+  hs-source-dirs:      src
+  default-language:    Haskell2010