hsinstall 1.2 → 1.3
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +2/−2
- hsinstall.cabal +1/−1
README.md view
@@ -79,10 +79,10 @@ packages: - '.'- - location: /cfs/devA/projects/lib/hsinstall-1.1+ - location: /path/to/hsinstall-1.3 extra-dep: true extra-deps:- - hsinstall-1.1+ - hsinstall-1.3 And then you should be able to build against this copy of hsinstall. Of course, these are just examples, the version numbers
hsinstall.cabal view
@@ -1,5 +1,5 @@ name: hsinstall-version: 1.2+version: 1.3 synopsis: Install Haskell software description: This is a utility to install Haskell programs on a system using stack. Even though stack has an `install` command, I found it to be not enough for my needs. This software tries to install the binaries, the LICENSE file and also the resources directory if it finds one. There is also an optional library component to assist with locating installed data files at runtime. homepage: