packages feed

hsinstall 1.0 → 1.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hsinstall.cabal view
@@ -1,5 +1,5 @@ name:                hsinstall-version:             1.0+version:             1.1 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:            
stack.yaml view
@@ -15,7 +15,7 @@ # resolver: #  name: custom-snapshot #  location: "./custom-snapshot.yaml"-resolver: lts-7.0+resolver: lts-7.2  # User packages to be built. # Various formats can be used as shown in the example below.