packages feed

LazyVault-0.0: LazyVault.cabal

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