packages feed

Cabal revisions of unlambda-0.1.4

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

revision 1
-name:                unlambda-version:             0.1.4-license:             GPL-license-file:        LICENSE-author:              Ørjan Johansen <oerjan@nvg.ntnu.no>-                     Don Stewart <http://www.cse.unsw.edu.au/~dons>-maintainer:          Nikolay Amiantov <ab@fmap.me>--stability:           Stable-category:            Compilers/Interpreters-synopsis:            Unlambda interpreter-description:         This is an interpreter of the Unlambda language,-                     written in the pure, lazy, functional language Haskell.--build-type:          Simple-Cabal-Version:       >= 1.6-tested-with:         GHC==7.10.1--source-repository head-  type:     darcs-  location: http://code.haskell.org/lambdabot--executable              unlambda-   main-is:             Main.hs-   build-depends:       base>3 && <4.9, unix--library-   exposed-modules:     Language.Unlambda--   build-depends:       base>3 && <5, array, mtl--   ghc-options:         -Wall-   ghc-prof-options:    -prof -auto-all+name:                unlambda
+version:             0.1.4
+x-revision: 1
+license:             GPL
+license-file:        LICENSE
+author:              Ørjan Johansen <oerjan@nvg.ntnu.no>
+                     Don Stewart <http://www.cse.unsw.edu.au/~dons>
+maintainer:          Nikolay Amiantov <ab@fmap.me>
+
+stability:           Stable
+category:            Compilers/Interpreters
+synopsis:            Unlambda interpreter
+description:         This is an interpreter of the Unlambda language,
+                     written in the pure, lazy, functional language Haskell.
+
+build-type:          Simple
+cabal-version:       >= 1.6
+tested-with:         GHC==7.10.1
+
+source-repository head
+  type:     git
+  location: https://github.com/abbradar/unlambda
+
+executable              unlambda
+   main-is:             Main.hs
+   build-depends:       base>3 && <4.9, unix
+
+library
+   exposed-modules:     Language.Unlambda
+
+   build-depends:       base>3 && <5, array, mtl
+
+   ghc-options:         -Wall
+   ghc-prof-options:    -prof -auto-all