packages feed

Cabal revisions of LazyVault-0.0

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

revision 1
-name:                LazyVault-version:             0.0-synopsis:            A simple sandboxing tool for Haskell packages.-homepage:            https://github.com/AtticHacker/lazyvault-license:             GPL-3-license-file:        LICENSE-author:              Kevin van Rooijen-maintainer:          kevin.van.rooijen@gmail.com-copyright:           (c) 2013 Kevin van Rooijen-category:            Development-build-type:          Simple-cabal-version:       >=1.8-description:         LazyVault is a sandboxing tool to install libraries and executables with a sandboxed environment. At the moment it's only supported under Unix or Gnu Systems. This package has only been tested under Gnu/Linux however. This program creates cabal sandboxes which you can use globally. For a detailed explaination on how this works refer to the README file found on the github page.--executable LazyVault-  Main-is: LazyVault.hs-  Hs-Source-Dirs: src---  Build-Depends: base      == 4.5.*-               , filepath  == 1.3.*-               , directory == 1.1.*-               , unix      == 2.5.*--source-repository head-  type: git-  location: https://github.com/AtticHacker/LazyVault                    +name:                LazyVault
+version:             0.0
+x-revision: 1
+synopsis:            A simple sandboxing tool for Haskell packages.
+homepage:            https://github.com/kwrooijen/lazyvault
+license:             GPL-3
+license-file:        LICENSE
+author:              Kevin van Rooijen
+maintainer:          kevin.van.rooijen@gmail.com
+copyright:           (c) 2013 Kevin van Rooijen
+category:            Development
+build-type:          Simple
+cabal-version:       >=1.8
+description:         LazyVault is a sandboxing tool to install libraries and executables with a sandboxed environment. At the moment it's only supported under Unix or Gnu Systems. This package has only been tested under Gnu/Linux however. This program creates cabal sandboxes which you can use globally. For a detailed explaination on how this works refer to the README file found on the github page.
+
+executable LazyVault
+  Main-is: LazyVault.hs
+  Hs-Source-Dirs: src
+
+
+  Build-Depends: base      == 4.5.*
+               , filepath  == 1.3.*
+               , directory == 1.1.*
+               , unix      == 2.5.*
+
+source-repository head
+  type: git
+  location: https://github.com/kwrooijen/LazyVault                    
revision 2
 name:                LazyVault
 version:             0.0
-x-revision: 1
+x-revision: 2
 synopsis:            A simple sandboxing tool for Haskell packages.
 homepage:            https://github.com/kwrooijen/lazyvault
 license:             GPL-3
 license-file:        LICENSE
 author:              Kevin van Rooijen
-maintainer:          kevin.van.rooijen@gmail.com
+maintainer:          Kevin van Rooijen
 copyright:           (c) 2013 Kevin van Rooijen
 category:            Development
 build-type:          Simple