-- Initial up.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: up version: 0.1.0.2 synopsis: Generates pathnames to up directories description: A command line tool to generate pathnames to facilitate moving upward in a file system. license: BSD3 license-file: LICENSE author: Thomas Eding maintainer: thomasedingcode@gmail.com -- copyright: category: Utils build-type: Simple cabal-version: >=1.8 executable up main-is: Main.hs other-modules: Up.Options Up.ParseCmdLine Up.Program build-depends: base ==4.6.*, split ==0.2.*, directory ==1.2.*, filepath ==1.3.*, mtl ==2.1.*, transformers ==0.3.*, parsec ==3.1.* hs-source-dirs: src