-- Initial up.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: up version: 0.1.0.1 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 build-depends: base ==4.5.*, mtl ==2.1.*, transformers ==0.3.*, parsec ==3.1.*, split ==0.2.*, directory ==1.1.*, filepath ==1.3.* other-modules: Up UpOptions