name: missing-functions version: 0.2.0 synopsis: Example category: description: Example author: Jan Bracker maintainer: Jan Bracker stability: experimental copyright: Copyright (c) 2015, Jan Bracker build-type: Simple cabal-version: >=1.10 executable missing-functions build-depends: base >= 4.8 , supermonad == 0.2.* main-is: Main.hs hs-source-dirs: . default-language: Haskell2010 ghc-options: -Wall -dynamic -dcore-lint