-- Initial Potato-Tool.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: potato-tool version: 0.1.0.2 synopsis: Command line Dreamcast VMU filesystem toolset. description: A Portable command line toolset written in Haskell for interacting with the Dreamcast Virtual Memory Unit filesystem. Named after the 8-bit Sanyo LC8670 Potato CPU contained in the VMU. It allows for injecting, extracing, removing, and viewing files in a dreamcast VMU file. -- description: homepage: https://github.com/RossMeikleham/Potato_Tool license: GPL-2 license-file: LICENSE author: RossMeikleham maintainer: rossmeikleham@hotmail.co.uk -- copyright: category: System build-type: Simple -- extra-source-files: cabal-version: >=1.10 source-repository head type: git location: git://github.com/RossMeikleham/Potato-Tool.git executable potato-tool main-is: Main.hs other-modules: VMU, VMUFile, Operations -- other-extensions: build-depends: base >=4 && <5, binary >=0.7 && <0.8, split >=0.2 && <0.3, bytestring >=0.10 && <0.11 ghc-options: -Wall hs-source-dirs: src default-language: Haskell2010