packages feed

hsinstall-2.2: hsinstall.cabal

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

name:           hsinstall
version:        2.2
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-2018 Dino Morelli
license:        ISC
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    .gitignore
    changelog.md
    doc/hcar/hsinstall.tex
    package.yaml
    README.md
    resources/unix-terminal.svg
    stack.yaml
    util/resources/appimage/hsinstall.desktop
    util/resources/appimage/hsinstall.svg

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

library
  exposed-modules:
      HSInstall.Resources
  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.Except
      HSInstall.Opts
      Paths_hsinstall
  hs-source-dirs:
      src/app
  ghc-options: -fwarn-tabs -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
  build-depends:
      Cabal
    , base >=4.8 && <5.0
    , directory
    , filepath
    , heredoc
    , hsinstall
    , process
    , safe-exceptions
  default-language: Haskell2010