summaryrefslogtreecommitdiff
path: root/src/hscripts/hscripts.cabal
blob: c73ca53ae968e5368df3f7b616b14c40be92f18f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name:                hscripts
version:             0.0.0.0
synopsis:            Haskell ~/bin-style scripts that need to be compiled
homepage:            https://github.com/spwhitton/dotfiles
license:             GPL-3
author:              Sean Whitton
build-type:          Simple
cabal-version:       >=1.10

executable video4ipad
  hs-source-dirs:      src
  main-is:             video4ipad.hs
  build-depends:       base
                     , directory
                     , filepath
                     , lens
                     , mtl
                     , optparse-applicative
                     , process
  default-language:    Haskell2010