Skip to content

Commit

Permalink
Update from Hackage at 2020-01-12T21:50:25Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 12, 2020
1 parent aed1d6c commit ae0161f
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
77 changes: 77 additions & 0 deletions hsinstall/2.6/hsinstall.cabal
@@ -0,0 +1,77 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: eaeb3c491f0d773e1e6a91540369700f5dd54203a30fe8e3e280500279513414

name: hsinstall
version: 2.6
synopsis: Install Haskell software
description: This is a tool for deploying software projects into directory structures suitable for installation on a system. It builds upon the `stack install` command and adds more features. It's also a tool for easier AppImage creation.
category: Utility
homepage: https://github.com/dino-/hsinstall#readme
bug-reports: https://github.com/dino-/hsinstall/issues
author: Dino Morelli
maintainer: Dino Morelli <dino@ui3.info>
copyright: 2016-2020 Dino Morelli
license: ISC
license-file: LICENSE
build-type: Simple
extra-source-files:
changelog.md
doc/hcar/hsinstall.tex
.gitignore
hsinstall/share/applications/hsinstall.desktop
hsinstall/share/hsinstall/resources/unix-terminal.svg
hsinstall/share/icons/hicolor/scalable/apps/hsinstall.svg
package.yaml
README.md
stack.yaml
stack.yaml.lock

source-repository head
type: git
location: https://github.com/dino-/hsinstall

library
exposed-modules:
HSInstall.Paths
other-modules:
Paths_hsinstall
hs-source-dirs:
src/lib
ghc-options: -fwarn-tabs -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
base >=4.8 && <5.0
, directory
, filepath
default-language: Haskell2010

executable hsinstall
main-is: hsinstall.hs
other-modules:
HSInstall.AppImage
HSInstall.Common
HSInstall.DeploymentInfo
HSInstall.Except
HSInstall.Opts
HSInstall.System.Directory
Paths_hsinstall
hs-source-dirs:
src/app
ghc-options: -fwarn-tabs -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
Cabal
, ansi-wl-pprint
, base >=4.8 && <5.0
, directory
, filepath
, heredoc
, hsinstall
, optparse-applicative
, process
, safe-exceptions
, transformers
default-language: Haskell2010
1 change: 1 addition & 0 deletions hsinstall/2.6/hsinstall.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"e767dc2c22af70414e64f216430038f8","Skein512_512":"c5d0886fe90b3f250576b968fb172dae9b73fd48f5b56a0bc74e7ce2adfecf25e932705371df3edbd18955fdc173bec415140b9dd1974e134c3b484186e01ab8","SHA1":"dad6b7b48b6680fa45f7fe25d2bc507289c5c7e7","SHA512":"6000a94294551a3a6adf1816bc1423d3c7205e80a8440ada09f1d85ed924603aa231db60b361efd451adef17cc09b1ebce876728f38707e1ca0e6707e2b563ff","SHA256":"85aa6d67f88e12f5a3590889c682a6252213478c86510546b44a7b44fd97c31c"},"package-locations":["https://hackage.haskell.org/package/hsinstall-2.6/hsinstall-2.6.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hsinstall-2.6.tar.gz"],"package-size":28014}

0 comments on commit ae0161f

Please sign in to comment.