Skip to content

Commit

Permalink
Short package description.
Browse files Browse the repository at this point in the history
  • Loading branch information
leftaroundabout committed Jul 24, 2017
1 parent fec698b commit f3e7410
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions dumb-cas.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
name: dumb-cas
version: 0.1.0.0
synopsis: A computer “algebra” system that knows nothing about algebra, at the core.
-- description:
description: This is a framework for untyped, symbolic computations like a CAS
does, without any baked-in rules whatsoever but the ability to
define expressions very consisely, as well as any transformation
rules you want. The idea is basically to combine the flexibility
of a Lisp with the conciseness of a Regex engine, using syntax similar
to Haskell's standard pattern matching.
license: GPL-3
license-file: LICENSE
author: Justus Sagemüller
Expand Down Expand Up @@ -45,5 +50,5 @@ test-suite test
base >= 4 && < 5
, tasty >= 0.7
, tasty-hunit
, dumb-cas==0.1.0.0
, dumb-cas

0 comments on commit f3e7410

Please sign in to comment.