name: mgeneric version: 0.0.0.0 license: MIT license-file: LICENSE author: Rafaël Bocquet maintainer: Rafaël Bocquet category: Data build-type: Simple cabal-version: >=1.10 homepage: http://github.com/RafaelBocquet/haskell-mgeneric/ bug-reports: http://github.com/RafaelBocquet/haskell-mgeneric/issues synopsis: Generics with multiple parameters description: TODO source-repository head type: git location: git://github.com/RafaelBocquet/haskell-mgeneric.git library exposed-modules: Data.MGeneric, Data.MGeneric.TH, Data.MGeneric.Instances, Data.MFunctor, Data.MFoldable, Data.MTraversable, Data.HList, Data.Nat, Data.HList.TH, Data.Unapply, Data.MZipWith build-depends: base >=4.5 && <5, template-haskell, lens, mtl, containers other-extensions: TemplateHaskell hs-source-dirs: src default-language: Haskell2010