summaryrefslogtreecommitdiff
path: root/src/hscripts/hscripts.cabal
blob: aa047fee14d10f6aea0c8fb0fe91886cc20d2ae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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

executable orgblosxom2ikiwiki
  hs-source-dirs:      src
  main-is:             orgblosxom2ikiwiki.hs
  build-depends:       base
                     , MissingH
                     , filemanip
                     , directory
                     , filepath
  default-language:    Haskell2010