packages feed

twentefp-number-0.1.0.2: twentefp-number.cabal

name:                twentefp-number
version:             0.1.0.2
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,
                       FPPrac.Prelude.Number
  other-modules:       FPPrac.Prelude
  build-depends:       base >=4.6.0.1 && < 5, 
                       parsec >=3.1.3
  hs-source-dirs:      src