Name: has Version: 0.2 Synopsis: Generic Haskell's Record Accessors Description: Usage: . And its test would be helpful: Homepage: http://github.com/nonowarn/has License: BSD3 License-file: LICENSE Author: Yusaku Hashimoto Maintainer: Yusaku Hashimoto Copyright: (c) Yusaku Hashimoto 2010 Stability: Experimental Category: Data Build-type: Custom Cabal-version: >=1.6 Extra-source-files: README.md Library Hs-source-dirs: src Build-depends: base >= 4 && < 5 Ghc-options: -Wall Exposed-modules: Data.Has Other-modules: Data.Has.Engine Flag test Description: Build test program. Default: False Executable test Hs-source-dirs: src, test Ghc-options: -Wall Main-is: Main.hs if !flag(test) Buildable: False if flag(test) Build-depends: HUnit, test-framework, test-framework-hunit Source-repository head type: git location: git://github.com/nonowarn/has.git