packages feed

Cabal revisions of prune-juice-0.3

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.33.0.------ see: https://github.com/sol/hpack------ hash: 2098da5b836361cc72fe580deae5195ff8f783009872b7361e27bf4b2707ddf4--name:           prune-juice-version:        0.3-synopsis:       Prune unused Haskell dependencies-description:    Prune unused Haskell dependencies from a Stack/Hpack project-category:       Development-maintainer:     Dan Fithian-copyright:      2020 Dan Fithian-license:        MIT-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    stack.yaml-    package.yaml--library-  exposed-modules:-      Data.Prune.Dependency-      Data.Prune.ImportParser-      Data.Prune.Package-      Data.Prune.Types-  other-modules:-      Paths_prune_juice-  hs-source-dirs:-      src-  default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveGeneric DerivingStrategies DerivingVia EmptyDataDecls FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoImplicitPrelude NoMonomorphismRestriction OverloadedStrings QuasiQuotes RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators ViewPatterns-  ghc-options: -Wall -fwarn-tabs -fwarn-redundant-constraints -Wincomplete-uni-patterns -eventlog-  build-depends:-      aeson-    , base <5.0-    , bytestring-    , containers-    , directory-    , filepath-    , hpack-    , megaparsec-    , mtl-    , text-    , turtle-    , yaml-  default-language: Haskell2010--executable prune-juice-  main-is: main.hs-  other-modules:-      Paths_prune_juice-  hs-source-dirs:-      app-  default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveGeneric DerivingStrategies DerivingVia EmptyDataDecls FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoImplicitPrelude NoMonomorphismRestriction OverloadedStrings QuasiQuotes RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators ViewPatterns-  ghc-options: -Wall -fwarn-tabs -fwarn-redundant-constraints -Wincomplete-uni-patterns -eventlog-  build-depends:-      aeson-    , base <5.0-    , bytestring-    , containers-    , directory-    , filepath-    , hpack-    , megaparsec-    , mtl-    , optparse-applicative-    , prune-juice-    , text-    , turtle-    , yaml-  default-language: Haskell2010--test-suite test-  type: exitcode-stdio-1.0-  main-is: main.hs-  other-modules:-      Data.Prune.ImportParserSpec-      Data.Prune.PackageSpec-      Paths_prune_juice-  hs-source-dirs:-      test-  default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveGeneric DerivingStrategies DerivingVia EmptyDataDecls FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoImplicitPrelude NoMonomorphismRestriction OverloadedStrings QuasiQuotes RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators ViewPatterns-  ghc-options: -Wall -fwarn-tabs -fwarn-redundant-constraints -Wincomplete-uni-patterns -eventlog-  build-depends:-      aeson-    , base <5.0-    , bytestring-    , containers-    , directory-    , file-path-th-    , filepath-    , hpack-    , hspec-    , megaparsec-    , mtl-    , prune-juice-    , text-    , turtle-    , yaml-  default-language: Haskell2010+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.33.0.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: 2098da5b836361cc72fe580deae5195ff8f783009872b7361e27bf4b2707ddf4
+
+name:           prune-juice
+version:        0.3
+x-revision: 1
+synopsis:       Prune unused Haskell dependencies
+description:    Prune unused Haskell dependencies from a Stack/Hpack project
+category:       Development
+maintainer:     Dan Fithian <daniel.m.fithian@gmail.com>
+homepage:       https://github.com/dfithian/prune-juice#readme
+bug-reports:    https://github.com/dfithian/prune-juice/issues
+copyright:      2020 Dan Fithian
+license:        MIT
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    stack.yaml
+    package.yaml
+
+library
+  exposed-modules:
+      Data.Prune.Dependency
+      Data.Prune.ImportParser
+      Data.Prune.Package
+      Data.Prune.Types
+  other-modules:
+      Paths_prune_juice
+  hs-source-dirs:
+      src
+  default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveGeneric DerivingStrategies DerivingVia EmptyDataDecls FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoImplicitPrelude NoMonomorphismRestriction OverloadedStrings QuasiQuotes RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators ViewPatterns
+  ghc-options: -Wall -fwarn-tabs -fwarn-redundant-constraints -Wincomplete-uni-patterns -eventlog
+  build-depends:
+      aeson
+    , base <5.0
+    , bytestring
+    , containers
+    , directory
+    , filepath
+    , hpack
+    , megaparsec
+    , mtl
+    , text
+    , turtle
+    , yaml
+  default-language: Haskell2010
+
+executable prune-juice
+  main-is: main.hs
+  other-modules:
+      Paths_prune_juice
+  hs-source-dirs:
+      app
+  default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveGeneric DerivingStrategies DerivingVia EmptyDataDecls FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoImplicitPrelude NoMonomorphismRestriction OverloadedStrings QuasiQuotes RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators ViewPatterns
+  ghc-options: -Wall -fwarn-tabs -fwarn-redundant-constraints -Wincomplete-uni-patterns -eventlog
+  build-depends:
+      aeson
+    , base <5.0
+    , bytestring
+    , containers
+    , directory
+    , filepath
+    , hpack
+    , megaparsec
+    , mtl
+    , optparse-applicative
+    , prune-juice
+    , text
+    , turtle
+    , yaml
+  default-language: Haskell2010
+
+test-suite test
+  type: exitcode-stdio-1.0
+  main-is: main.hs
+  other-modules:
+      Data.Prune.ImportParserSpec
+      Data.Prune.PackageSpec
+      Paths_prune_juice
+  hs-source-dirs:
+      test
+  default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveGeneric DerivingStrategies DerivingVia EmptyDataDecls FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoImplicitPrelude NoMonomorphismRestriction OverloadedStrings QuasiQuotes RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators ViewPatterns
+  ghc-options: -Wall -fwarn-tabs -fwarn-redundant-constraints -Wincomplete-uni-patterns -eventlog
+  build-depends:
+      aeson
+    , base <5.0
+    , bytestring
+    , containers
+    , directory
+    , file-path-th
+    , filepath
+    , hpack
+    , hspec
+    , megaparsec
+    , mtl
+    , prune-juice
+    , text
+    , turtle
+    , yaml
+  default-language: Haskell2010
revision 2
 
 name:           prune-juice
 version:        0.3
-x-revision: 1
+x-revision: 2
 synopsis:       Prune unused Haskell dependencies
-description:    Prune unused Haskell dependencies from a Stack/Hpack project
+description:    Prune unused Haskell dependencies from a Stack/Hpack project - see the README at <https://github.com/dfithian/prune-juice#readme>
 category:       Development
 maintainer:     Dan Fithian <daniel.m.fithian@gmail.com>
 homepage:       https://github.com/dfithian/prune-juice#readme
revision 3
 
 name:           prune-juice
 version:        0.3
-x-revision: 2
+x-revision: 3
 synopsis:       Prune unused Haskell dependencies
-description:    Prune unused Haskell dependencies from a Stack/Hpack project - see the README at <https://github.com/dfithian/prune-juice#readme>
+description:    Prune unused Haskell dependencies from a Stack/Hpack project - see README at <https://github.com/dfithian/prune-juice#readme>
 category:       Development
 maintainer:     Dan Fithian <daniel.m.fithian@gmail.com>
 homepage:       https://github.com/dfithian/prune-juice#readme
revision 4
 
 name:           prune-juice
 version:        0.3
-x-revision: 3
+x-revision: 4
 synopsis:       Prune unused Haskell dependencies
-description:    Prune unused Haskell dependencies from a Stack/Hpack project - see README at <https://github.com/dfithian/prune-juice#readme>
+description:    Prune unused Haskell dependencies from a Stack and Hpack project - see README at <https://github.com/dfithian/prune-juice#readme>
 category:       Development
 maintainer:     Dan Fithian <daniel.m.fithian@gmail.com>
 homepage:       https://github.com/dfithian/prune-juice#readme