packages feed

flip-cmd-0.1.0.0: flip-cmd.cabal

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

name:           flip-cmd
version:        0.1.0.0
synopsis:       e.g. `flip systemctl foo.service start` does `systemctl start foo.service`
description:    Haskell's flip function in our CLI
category:       Simple
homepage:       https://github.com/aiya000/hs-flip-cmd
author:         aiya000
maintainer:     aiya000 <aiya000.develop@gmail.com>
copyright:      aiya000
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

executable flip
  main-is: Main.hs
  hs-source-dirs:
      app
  ghc-options: -Wall -Wno-name-shadowing -Wno-unused-do-bind -Wno-orphans -fprint-potential-instances -fprint-explicit-kinds -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , process
    , safe-exceptions
  other-modules:
      Paths_flip_cmd
  default-language: Haskell2010