packages feed

Cabal revisions of control-0.1.1.0

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

revision 1
-name:                control-version:             0.1.1.0-synopsis:            Class of monad transformers which control operations can be lifted thru--- description:-license:             BSD3-license-file:        LICENSE-author:              M Farkas-Dyck-maintainer:          strake888@gmail.com-copyright:           2018 M Farkas-Dyck-category:            Control-build-type:          Simple-extra-source-files:  README.md-cabal-version:       >=1.10--library-  exposed-modules:     Control.Monad.Base.Control-                     , Control.Monad.Trans.Control-  build-depends:       base >= 4.7 && < 5-                     , basic >=0.1 && <0.2-                     , stm-                     , template-haskell-                     , transformers >=0.5 && <0.6-  default-language:    Haskell2010-  default-extensions:  UnicodeSyntax-                     , LambdaCase-                     , EmptyCase-                     , InstanceSigs-                     , PartialTypeSignatures-                     , PolyKinds-                     , ConstraintKinds-                     , FlexibleContexts-                     , FlexibleInstances-                     , RankNTypes-                     , TypeFamilies-                     , MonadComprehensions-                     , StandaloneDeriving-                     , DeriveFunctor, DeriveFoldable, DeriveTraversable-  ghc-options:         -Wall -Wcompat -Wredundant-constraints -Wno-name-shadowing-                       -Wincomplete-record-updates -Wincomplete-uni-patterns-                       -Werror=incomplete-patterns-                       -Werror=incomplete-uni-patterns-                       -Werror=incomplete-record-updates-                       -Werror=missing-fields-                       -Werror=missing-methods--source-repository head-  type:     git-  location: https://github.com/strake/control.hs+name:                control
+version:             0.1.1.0
+x-revision: 1
+synopsis:            Class of monad transformers which control operations can be lifted thru
+-- description:
+license:             BSD3
+license-file:        LICENSE
+author:              M Farkas-Dyck
+maintainer:          None
+copyright:           2018 M Farkas-Dyck
+category:            Control
+build-type:          Simple
+extra-source-files:  README.md
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     Control.Monad.Base.Control
+                     , Control.Monad.Trans.Control
+  build-depends:       base >= 4.7 && < 5
+                     , basic >=0.1 && <0.2
+                     , stm
+                     , template-haskell
+                     , transformers >=0.5 && <0.6
+  default-language:    Haskell2010
+  default-extensions:  UnicodeSyntax
+                     , LambdaCase
+                     , EmptyCase
+                     , InstanceSigs
+                     , PartialTypeSignatures
+                     , PolyKinds
+                     , ConstraintKinds
+                     , FlexibleContexts
+                     , FlexibleInstances
+                     , RankNTypes
+                     , TypeFamilies
+                     , MonadComprehensions
+                     , StandaloneDeriving
+                     , DeriveFunctor, DeriveFoldable, DeriveTraversable
+  ghc-options:         -Wall -Wcompat -Wredundant-constraints -Wno-name-shadowing
+                       -Wincomplete-record-updates -Wincomplete-uni-patterns
+                       -Werror=incomplete-patterns
+                       -Werror=incomplete-uni-patterns
+                       -Werror=incomplete-record-updates
+                       -Werror=missing-fields
+                       -Werror=missing-methods