packages feed

Cabal revisions of boots-0.2

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

revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.31.2.------ see: https://github.com/sol/hpack------ hash: f2aa610e1c0d974992d89103041429343b5aa10e47a821783039d97408d2ee7f--name:           boots-version:        0.2-synopsis:       IoC Monad in Haskell-description:    Monad used to encapsulate components, similiar to an IoC container.-category:       Library, Application, Monad, Factory, IoC-homepage:       https://github.com/leptonyu/boots#readme-author:         Daniel YU-maintainer:     leptonyu@gmail.com-copyright:      2019 Daniel YU-license:        MIT-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    README.md-    CHANGELOG.md--library-  exposed-modules:-      Control.Monad.Factory-      Control.Monad.Factory.Class-  other-modules:-      Paths_boots-  hs-source-dirs:-      src-  default-extensions: RecordWildCards ScopedTypeVariables-  ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures-  build-depends:-      base >=4.10 && <5-    , exceptions >=0.10.2 && <0.11-    , mtl >=2.2.2 && <2.3-  default-language: Haskell2010--test-suite spec-  type: exitcode-stdio-1.0-  main-is: Spec.hs-  other-modules:-      Paths_boots-  hs-source-dirs:-      test-  default-extensions: RecordWildCards ScopedTypeVariables-  ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures-  build-depends:-      base >=4.10 && <5-    , boots-    , exceptions >=0.10.2 && <0.11-    , hspec-    , mtl >=2.2.2 && <2.3-  default-language: Haskell2010+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.31.2.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: f2aa610e1c0d974992d89103041429343b5aa10e47a821783039d97408d2ee7f
+
+name:           boots
+version:        0.2
+x-revision: 1
+synopsis:       IoC Monad in Haskell
+description:    Monad used to encapsulate components, similiar to an IoC container.
+category:       Library, Application, Monad, Factory, IoC
+homepage:       https://github.com/leptonyu/boots#readme
+author:         Daniel YU
+maintainer:     leptonyu@gmail.com
+copyright:      2019 Daniel YU
+license:        MIT
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    README.md
+    CHANGELOG.md
+
+library
+  exposed-modules:
+      Control.Monad.Factory
+      Control.Monad.Factory.Class
+  other-modules:
+      Paths_boots
+  hs-source-dirs:
+      src
+  default-extensions: RecordWildCards ScopedTypeVariables
+  ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures
+  build-depends:
+      base >=4.10 && <5
+    , exceptions >=0.10.2 && <0.11
+    , mtl >=2.2.2 && <2.3
+  default-language: Haskell2010
+
+test-suite spec
+  type: exitcode-stdio-1.0
+  main-is: Spec.hs
+  other-modules:
+      Paths_boots
+  hs-source-dirs:
+      test
+  default-extensions: RecordWildCards ScopedTypeVariables
+  ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures
+  build-depends:
+      base >=4.10 && <5
+    , boots == 0.2
+    , exceptions >=0.10.2 && <0.11
+    , hspec
+    , mtl >=2.2.2 && <2.3
+  default-language: Haskell2010