packages feed

Cabal revisions of shake-plus-0.3.4.0

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.34.4.------ see: https://github.com/sol/hpack------ hash: ca244904a9c728dcd71ae91dbc225b7e5e3a2164b05c511233124354dc7e5abb--name:           shake-plus-version:        0.3.4.0-synopsis:       Re-export of Shake using well-typed paths and ReaderT.-description:    Re-export of Shake using well-typed paths and ReaderT. You can thread logging through your Shake Actions.-category:       development, shake-author:         Daniel Firth-maintainer:     dan.firth@homotopic.tech-copyright:      2020 Daniel Firth-license:        MIT-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    README.md-    ChangeLog.md--source-repository head-  type: git-  location: https://gitlab.com/homotopic-tech/shake-plus--library-  exposed-modules:-      Development.Shake.Plus-      Development.Shake.Plus.Cache-      Development.Shake.Plus.Command-      Development.Shake.Plus.Config-      Development.Shake.Plus.Core-      Development.Shake.Plus.Database-      Development.Shake.Plus.Directory-      Development.Shake.Plus.Env-      Development.Shake.Plus.File-      Development.Shake.Plus.FileRules-      Development.Shake.Plus.Forward-      Development.Shake.Plus.Oracle-      Development.Shake.Plus.Temp-  other-modules:-      Paths_shake_plus-  hs-source-dirs:-      src-  default-extensions:-      BangPatterns-      BinaryLiterals-      ConstraintKinds-      DataKinds-      DefaultSignatures-      DeriveDataTypeable-      DeriveFoldable-      DeriveFunctor-      DeriveGeneric-      DeriveTraversable-      DoAndIfThenElse-      EmptyDataDecls-      ExistentialQuantification-      FlexibleContexts-      FlexibleInstances-      FunctionalDependencies-      GADTs-      GeneralizedNewtypeDeriving-      InstanceSigs-      KindSignatures-      LambdaCase-      MultiParamTypeClasses-      MultiWayIf-      NamedFieldPuns-      NoImplicitPrelude-      OverloadedStrings-      PartialTypeSignatures-      PatternGuards-      PolyKinds-      RankNTypes-      RecordWildCards-      ScopedTypeVariables-      StandaloneDeriving-      TupleSections-      TypeFamilies-      TypeSynonymInstances-      ViewPatterns-  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints-  build-depends:-      base >=4.7 && <5-    , extra-    , path-    , rio-    , shake-  default-language: Haskell2010+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.34.4.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: ca244904a9c728dcd71ae91dbc225b7e5e3a2164b05c511233124354dc7e5abb
+
+name:           shake-plus
+version:        0.3.4.0
+x-revision: 1
+synopsis:       Re-export of Shake using well-typed paths and ReaderT.
+description:    Re-export of Shake using well-typed paths and ReaderT. You can thread logging through your Shake Actions.
+category:       development, shake
+author:         Daniel Firth
+maintainer:     dan.firth@homotopic.tech
+copyright:      2020 Daniel Firth
+license:        MIT
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    README.md
+    ChangeLog.md
+
+source-repository head
+  type: git
+  location: https://gitlab.homotopic.tech/haskell/shake-plus
+
+library
+  exposed-modules:
+      Development.Shake.Plus
+      Development.Shake.Plus.Cache
+      Development.Shake.Plus.Command
+      Development.Shake.Plus.Config
+      Development.Shake.Plus.Core
+      Development.Shake.Plus.Database
+      Development.Shake.Plus.Directory
+      Development.Shake.Plus.Env
+      Development.Shake.Plus.File
+      Development.Shake.Plus.FileRules
+      Development.Shake.Plus.Forward
+      Development.Shake.Plus.Oracle
+      Development.Shake.Plus.Temp
+  other-modules:
+      Paths_shake_plus
+  hs-source-dirs:
+      src
+  default-extensions:
+      BangPatterns
+      BinaryLiterals
+      ConstraintKinds
+      DataKinds
+      DefaultSignatures
+      DeriveDataTypeable
+      DeriveFoldable
+      DeriveFunctor
+      DeriveGeneric
+      DeriveTraversable
+      DoAndIfThenElse
+      EmptyDataDecls
+      ExistentialQuantification
+      FlexibleContexts
+      FlexibleInstances
+      FunctionalDependencies
+      GADTs
+      GeneralizedNewtypeDeriving
+      InstanceSigs
+      KindSignatures
+      LambdaCase
+      MultiParamTypeClasses
+      MultiWayIf
+      NamedFieldPuns
+      NoImplicitPrelude
+      OverloadedStrings
+      PartialTypeSignatures
+      PatternGuards
+      PolyKinds
+      RankNTypes
+      RecordWildCards
+      ScopedTypeVariables
+      StandaloneDeriving
+      TupleSections
+      TypeFamilies
+      TypeSynonymInstances
+      ViewPatterns
+  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
+  build-depends:
+      base >=4.7 && <5
+    , extra
+    , path
+    , rio
+    , shake
+  default-language: Haskell2010