packages feed

macrm-1.0.0.5: macrm.cabal

cabal-version: 1.12

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

name:           macrm
version:        1.0.0.5
synopsis:       Alternative rm command for macOS that remove files/dirs to the system trash
description:    Please see the README on GitHub at <https://github.com/satosystems/macrm#readme>
category:       Program
homepage:       https://github.com/satosystems/macrm#readme
bug-reports:    https://github.com/satosystems/macrm/issues
author:         Satoshi Ogata
maintainer:     satosystems@gmail.com
copyright:      (c) 2018-2020 Satoshi Ogata
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    .editorconfig
    .gitignore
    ChangeLog.md
    Makefile
    README.md
    hie.yaml

source-repository head
  type: git
  location: https://github.com/satosystems/macrm

library
  exposed-modules:
      Macrm
  other-modules:
      Paths_macrm
  hs-source-dirs:
      src
  build-depends:
      MissingH >=1.4.3 && <1.5
    , base >=4.7 && <5
    , cmdargs >=0.10.20 && <0.11
    , cond >=0.4.1 && <0.5
    , directory >=1.3.6 && <1.4
    , exceptions >=0.10.4 && <0.11
    , githash >=0.1.4 && <0.2
    , inline-c >=0.9.1 && <0.10
    , process >=1.6.9 && <1.7
    , text >=1.2.4 && <1.3
    , time >=1.9.3 && <1.10
    , unix >=2.7.2 && <2.8
  default-language: Haskell2010

executable macrm
  main-is: Main.hs
  other-modules:
      Paths_macrm
  hs-source-dirs:
      app
  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -optP-Wno-nonportable-include-path
  build-depends:
      base >=4.7 && <5
    , macrm
  default-language: Haskell2010

test-suite test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_macrm
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
  build-depends:
      MissingH >=1.4.3 && <1.5
    , base >=4.7 && <5
    , bytestring >=0.10.10 && <0.11
    , directory >=1.3.6 && <1.4
    , filepath >=1.4.2 && <1.5
    , hspec >=2.7.4 && <2.8
    , macrm
    , main-tester >=0.2.0 && <0.3
    , process >=1.6.9 && <1.7
    , unix >=2.7.2 && <2.8
    , uuid >=1.3.13 && <1.4
  default-language: Haskell2010