packages feed

Cabal revisions of stackage-sandbox-0.1.1

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

revision 1
-name:                stackage-sandbox-version:             0.1.1-synopsis:-  Work with shared stackage sandboxes-description:-  Work with shared stackage sandboxes-homepage:-  https://www.stackage.org/package/stackage-sandbox-bug-reports:-  https://github.com/fpco/stackage-sandbox/issues--license:             MIT-license-file:        LICENSE-author:              Dan Burton-maintainer:          danburton@fpcomplete.com-copyright:           2015 FP Complete Corporation--build-type:          Simple-cabal-version:       >=1.10-category: Development-extra-source-files:  README.md ChangeLog.md--source-repository head-  type:     git-  location: git://github.com/fpco/stackage-sandbox.git--library-  hs-source-dirs:      src-  exposed-modules:-      Stackage.CLI.Sandbox-  build-depends:-      base >= 4.7 && <5-  default-language:    Haskell2010---executable stackage-sandbox-  hs-source-dirs:      main-  main-is:             Sandbox.hs-  build-depends:-      base >=4.7 && <5-    , text-    , stackage-cli-    , system-fileio-    , system-filepath-    , optparse-applicative-    , process-    , filepath-    , attoparsec-    , conduit-combinators-    , conduit-extra-    , bytestring-  default-language:    Haskell2010+name:                stackage-sandbox
+version:             0.1.1
+x-revision: 1
+synopsis:
+  Work with shared stackage sandboxes
+description:
+  Work with shared stackage sandboxes
+homepage:
+  https://www.stackage.org/package/stackage-sandbox
+bug-reports:
+  https://github.com/fpco/stackage-sandbox/issues
+
+license:             MIT
+license-file:        LICENSE
+author:              Dan Burton
+maintainer:          danburton@fpcomplete.com
+copyright:           2015 FP Complete Corporation
+
+build-type:          Simple
+cabal-version:       >=1.10
+category: Development
+extra-source-files:  README.md ChangeLog.md
+
+source-repository head
+  type:     git
+  location: git://github.com/fpco/stackage-sandbox.git
+
+library
+  hs-source-dirs:      src
+  exposed-modules:
+      Stackage.CLI.Sandbox
+  build-depends:
+      base >= 4.7 && <5
+  default-language:    Haskell2010
+
+
+executable stackage-sandbox
+  hs-source-dirs:      main
+  main-is:             Sandbox.hs
+  build-depends:
+      base >=4.7 && <5
+    , text
+    , stackage-cli
+    , system-fileio
+    , system-filepath
+    , optparse-applicative
+    , process
+    , filepath
+    , attoparsec
+    , conduit-combinators ==0.3.*
+    , conduit-extra
+    , bytestring
+  default-language:    Haskell2010