name: win-hp-path version: 0.1.2 synopsis: Work with multiple Haskell Platform versions on Windows description: This package provides a program needed by the win-hp-path project to make it easy to work with multiple versions of the Haskell Platform on Windows. See the home page on GitHub for more infomation. license: BSD3 license-file: LICENSE author: Yitzchak Gale maintainer: gale@sefer.org copyright: Copyright (c) 2014 Yitzchak Gale homepage: http://github.com/ygale/win-hp-path bug-reports: http://github.com/ygale/win-hp-path category: System build-type: Simple cabal-version: >=1.10 extra-source-files: use-hp.bat find-hp.bat source-repository head type: git location: git://github.com/ygale/win-hp-path library hs-source-dirs: src default-language: Haskell2010 build-depends: base ==4.* , split exposed-modules: System.Win32.HPPath executable use-hppath main-is: use-hppath.hs hs-source-dirs: src default-language: Haskell2010 build-depends: base >=4.7 && <5 , win-hp-path ==0.1.2 , process >=1.2 , split other-modules: Paths_win_hp_path