packages feed

hsinstall-2.5: hsinstall.cabal

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: cde38aac58226456391a0e700ed87399090f09072641677d7446a999c45dc231

name:           hsinstall
version:        2.5
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-2019 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
    , fmt
    , heredoc
    , hsinstall
    , optparse-applicative
    , process
    , safe-exceptions
  default-language: Haskell2010