diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..edc67f5 --- /dev/null +++ b/README.markdown @@ -0,0 +1,9 @@ +[![Build Status](https://secure.travis-ci.org/diagrams/active.png)](http://travis-ci.org/diagrams/active) + +This package defines an `Active` abstraction for time-varying values +with finite start and end times. It is used for describing animations +within the [diagrams framework](http://projects.haskell.org/diagrams). + +To install, + + cabal install active