-- Initial Uebung7.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: Uebung7 version: 0.1.0.0 synopsis: Simple Image Manipulation build-type: Simple cabal-version: >=1.10 executable Uebung7 main-is: Main.hs other-modules: ImageTypes ReadImage ShowImage other-extensions: OverloadedStrings build-depends: base >=4 , array >=0.4 , bytestring >=0.10 default-language: Haskell2010 ghc-options: -Wall -funbox-strict-fields -fwarn-tabs