packages feed

twentefp-number-0.1.0.0: twentefp-number.cabal

name:                twentefp-number
version:             0.1.0.0
synopsis:            Lab Assignments Environment at Univeriteit Twente
description:         Lab Assignments Environment at Univeriteit Twente
license:             BSD3
license-file:        LICENSE
author:              Christiaan Baaij & Sebastiaan la Fleur
maintainer:          sebastiaan.la.fleur@gmail.com          
category:            Education
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     FPPrac
  other-modules:       FPPrac.Prelude, 
                       FPPrac.Prelude.Number
  build-depends:       base ==4.6.*, 
                       parsec ==3.1.*
  hs-source-dirs:      src