-- Initial onu-course.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: onu-course
version: 1
synopsis: Code for the Haskell course taught at the Odessa National University in 2012
description: Based on <http://hackage.haskell.org/package/Craft3e>
license: MIT
license-file: LICENSE
author: Roman Cheplyaka
maintainer: Roman Cheplyaka <roma@ro-che.info>
copyright: Addison Wesley; Roman Cheplyaka
category: Education
build-type: Simple
cabal-version: >=1.8
extra-source-files: README.txt
Source-repository head
type: git
location: git://github.com/feuerbach/onu-course.git
library
exposed-modules: Pictures
-- other-modules:
build-depends: base >= 4 && < 5, smallcheck >= 0.6