packages feed

Cabal revisions of ascii-holidays-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version:       >=1.10-name:                ascii-holidays-version:             0.1.0.0-synopsis:            ASCII animations for the holidays!-description:-  ASCII animations for various holidays. Currently two animations, both for-  Christmas, both reimplementations of animations in other languages:--    - Bash tree: https://github.com/sergiolepore/ChristBASHTree-    - Perl tree: https://github.com/rcaputo/acme-poe-tree---- bug-reports:-license:             GPL-3-license-file:        LICENSE-author:              Tom Murphy--- maintainer:--- copyright:-category:            Graphics-build-type:          Simple-extra-source-files:  CHANGELOG.md--executable ascii-holidays-  main-is:             Main.hs-  -- other-modules:-  -- other-extensions:-  build-depends:-      base <5-    , time-    , terminfo-    , random-    , random-shuffle-  -- hs-source-dirs:-  default-language:    Haskell2010+cabal-version:       >=1.10
+name:                ascii-holidays
+version:             0.1.0.0
+x-revision: 1
+synopsis:            ASCII animations for the holidays!
+description:
+  ASCII animations for various holidays. Currently two animations, both for
+  Christmas, both reimplementations of animations in other languages:
+
+    - Bash tree: https://github.com/sergiolepore/ChristBASHTree
+    - Perl tree: https://github.com/rcaputo/acme-poe-tree
+
+-- bug-reports:
+license:             GPL-3
+license-file:        LICENSE
+author:              Tom Murphy
+maintainer:          Tom Murphy
+-- copyright:
+category:            Graphics
+build-type:          Simple
+extra-source-files:  CHANGELOG.md
+
+executable ascii-holidays
+  main-is:             Main.hs
+  -- other-modules:
+  -- other-extensions:
+  build-depends:
+      base <5
+    , time
+    , terminfo
+    , random
+    , random-shuffle
+  -- hs-source-dirs:
+  default-language:    Haskell2010