MetaObject 0.0.1 → 0.0.2
raw patch · 2 files changed
+6/−4 lines, 2 filesdep +haskell98
Dependencies added: haskell98
Files
- LICENSE +1/−1
- MetaObject.cabal +5/−3
LICENSE view
@@ -1,4 +1,4 @@-Copyright 2008 by Audrey Tang+Copyright 2006 by Caio Marcelo, 2008 by Audrey Tang Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to
MetaObject.cabal view
@@ -1,5 +1,5 @@ name: MetaObject-version: 0.0.1+version: 0.0.2 copyright: 2006 Caio Marcelo, 2008 Audrey Tang license: BSD3 license-file: LICENSE@@ -9,8 +9,10 @@ description: A meta-object system for Haskell based on Perl 6 stability: experimental build-type: Simple-exposed-modules: MO.Base MO.Compile.Attribute MO.Compile.Class MO.Compile.Role MO.Compile MO.Run MO.Util MO.Capture MO.Util.C3-build-depends: base, stringtable-atom, containers+category: Development+exposed-modules: MO.Base MO.Compile.Attribute MO.Compile.Class+ MO.Compile.Role MO.Compile MO.Run MO.Util MO.Capture MO.Util.C3+build-depends: base, haskell98, stringtable-atom, containers extra-source-files: README hs-source-dirs: src