mi-0.0.1: mi.cabal
name: mi
version: 0.0.1
synopsis: Multiple Instance for Haskell
description: Library for Multiple Instance
license: MIT
license-file: LICENSE
author: matt, ejima
maintainer: matt76k@gmail.com
homepage: https://github.com/matt76k/mi
copyright: Copyright (c) 2014 matt
category: Language
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
exposed-modules: Language.MI.TH
hs-Source-Dirs: src
other-extensions: TemplateHaskell, QuasiQuotes
build-depends: base >=4.6 && <4.7, template-haskell >=2.8 && <2.9, parsec >=3.1 && <3.2, haskell-src-meta >=0.6 && <0.7, split >=0.2 && <0.3
default-language: Haskell2010