Skip to content

Commit

Permalink
Up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastiaan Visser committed Aug 26, 2009
1 parent 1f28823 commit 2a15c9d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions haha.cabal
@@ -1,8 +1,8 @@
Name: haha Name: haha
Version: 0.1 Version: 0.2
Description: A simple library for creating animated ascii art on ANSI terminals. Description: A simple library for creating animated ascii art on ANSI terminals.
Synopsis: A simple library for creating animated ascii art on ANSI terminals. Synopsis: A simple library for creating animated ascii art on ANSI terminals.
Category: System, Terminal Category: Graphics
License: BSD3 License: BSD3
License-file: LICENSE License-file: LICENSE
Author: Sebastiaan Visser Author: Sebastiaan Visser
Expand All @@ -14,10 +14,10 @@ GHC-Options: -Wall
Extensions: CPP Extensions: CPP
HS-Source-Dirs: src HS-Source-Dirs: src
Other-modules: Other-modules:
Exposed-modules: Bitmap, Exposed-modules: Graphics.Ascii.Haha.Bitmap,
Geometry, Graphics.Ascii.Haha.Geometry,
Plot, Graphics.Ascii.Haha.Plot,
Terminal Graphics.Ascii.Haha.Terminal


GHC-Options: -Wall GHC-Options: -Wall
Executable: rotating-lambda Executable: rotating-lambda
Expand Down

0 comments on commit 2a15c9d

Please sign in to comment.