-- This file has been generated from package.yaml by hpack version 0.13.0. -- -- see: https://github.com/sol/hpack name: sandman version: 0.2.0.1 synopsis: Manages Cabal sandboxes to avoid rebuilding packages. description: sandman aims to reduce the amount of time spent rebuilding commonly used Hackage packages by managing a global set of Cabal sandboxes that can be mixed into any project's Cabal sandbox. . For more information, check the . category: Development homepage: https://github.com/abhinav/sandman#readme bug-reports: https://github.com/abhinav/sandman/issues author: Abhinav Gupta maintainer: Abhinav Gupta copyright: (c) 2016 Abhinav Gupta license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: CHANGES.md README.md source-repository head type: git location: https://github.com/abhinav/sandman executable sandman main-is: Main.hs hs-source-dirs: src ghc-options: -Wall build-depends: base >= 4.7 && < 5 , Cabal , containers >= 0.5 , directory >= 1.2 , filepath >= 1.3 , optparse-applicative >= 0.11 , process >= 1.2 , text >= 1.2 , unix-compat >= 0.4 other-modules: Sandman.InstalledPackage Sandman.PackageDb Sandman.Stack Sandman.Util default-language: Haskell2010