name: meta-misc -- Don't forget to bump the tag too. version: 0.1.0.2 cabal-version: >= 1.10 build-type: Simple license: BSD3 license-file: LICENSE copyright: Copyright (C) 2011 Byron James Johnson author: Byron James Johnson maintainer: ByronJohnsonFP@gmail.com category: Language, Generics, Data, Utility tested-with: GHC == 7.8.2 synopsis: Utility library providing miscellaneous meta-programming utilities. description: Utility library providing miscellaneous meta-programming utilities. library default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall build-depends: base >= 4 && < 5 ,template-haskell >= 2.5 && < 3 ,loch-th >= 0.1 && < 1 exposed-modules: Language.Haskell.Util.Cons other-extensions: TemplateHaskell source-repository head type: git location: git@github.com:bairyn/meta-misc.git source-repository this type: git location: git@github.com:bairyn/meta-misc.git tag: v0.1.0.2