packages feed

Cabal revisions of bogocopy-0.1.0.2

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

revision 1
-name:                bogocopy-version:             0.1.0.2-synopsis:            Simple project template from stack-description:         -  Copies a directory tree, preserving permissions and modification times, but-  making zero-size sparse copies of big files. See the README file.--homepage:            https://github.com/phlummox/bogocopy-license:             BSD2-license-file:        LICENSE-author:              phlummox-maintainer:          phlummox2@gmail.com-copyright:           phlummox 2016 -category:            System Tools, Tools, File Manager-build-type:          Simple-tested-with:         GHC == 8.0.1 -cabal-version:       >=1.10-extra-source-files:  README.md--executable bogocopy-  hs-source-dirs:      src-  main-is:             Main.hs-  other-modules:       -      CmdArgs-    , Paths_bogocopy-    , Trunc-  default-language:    Haskell2010-  build-depends:       -      base >= 4.0 && < 5-    , directory >= 1.2.6.0-    , filepath-    , filemanip-    , optparse-applicative-    , shelly-    , text-    , transformers-    , unix--source-repository head-  type:     git-  location: https://github.com/phlummox/bogocopy+name:                bogocopy
+version:             0.1.0.2
+x-revision: 1
+synopsis:            Simple project template from stack
+description:         
+  Copies a directory tree, preserving permissions and modification times, but
+  making zero-size sparse copies of big files. See the README file.
+
+homepage:            https://github.com/phlummox/bogocopy
+license:             BSD2
+license-file:        LICENSE
+author:              phlummox
+maintainer:          phlummox2@gmail.com
+copyright:           phlummox 2016 
+category:            System Tools, Tools, File Manager
+build-type:          Simple
+tested-with:         GHC == 8.0.1 
+cabal-version:       >=1.10
+extra-source-files:  README.md
+
+executable bogocopy
+  hs-source-dirs:      src
+  main-is:             Main.hs
+  other-modules:       
+      CmdArgs
+    , Paths_bogocopy
+    , Trunc
+  default-language:    Haskell2010
+  build-depends:       
+      base >= 4.0 && < 5
+    , directory >= 1.2.6.0
+    , filepath  >=1.4.0.0
+    , filemanip  >=0.3.6.3
+    , optparse-applicative >=0.12.1.0
+    , shelly >=1.6.8.1
+    , text >=1.2.2.1
+    , transformers >=0.4.2.0
+    , unix >=2.7.1.0
+
+source-repository head
+  type:     git
+  location: https://github.com/phlummox/bogocopy
revision 2
 name:                bogocopy
 version:             0.1.0.2
-x-revision: 1
-synopsis:            Simple project template from stack
+x-revision: 2
+synopsis:            Copy a directory tree, making zero-size sparse copies of big files.
 description:         
   Copies a directory tree, preserving permissions and modification times, but
   making zero-size sparse copies of big files. See the README file.