th-lift-instances.cabal:15:9: Tabs used as indentation at 15:9 cabal-version: >=1.10 name: th-lift-instances version: 0.1.4 license: BSD3 license-file: LICENSE copyright: Copyright (C) 2013-2014 Benno Fünfstück maintainer: Benno Fünfstück author: Benno Fünfstück stability: experimental homepage: http://github.com/bennofs/th-lift-instances/ bug-reports: http://github.com/bennofs/th-lift-instances/issues synopsis: Lift instances for template-haskell for common data types. description: Most data types in haskell platform do not have Lift instances. This package provides orphan instances for containers, text, bytestring and vector. category: Template Haskell x-revision: 1 build-type: Custom extra-source-files: .ghci .gitignore .travis.yml .vim.custom README.md source-repository head type: git location: https://github.com/bennofs/th-lift-instances.git library exposed-modules: Instances.TH.Lift hs-source-dirs: src default-language: Haskell2010 other-extensions: TemplateHaskell ghc-options: -Wall -fwarn-tabs build-depends: base >=4.4 && <5, template-haskell <2.10, th-lift -any, containers >=0.4 && <0.6, vector >=0.9 && <0.11, text >=0.11 && <1.3, bytestring >=0.9 && <0.11 test-suite tests type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: tests other-modules: Data default-language: Haskell2010 other-extensions: TemplateHaskell build-depends: base -any, template-haskell <2.10, containers >=0.4 && <0.6, vector >=0.9 && <0.11, text >=0.11 && <1.2, bytestring >=0.9 && <0.11, th-lift-instances -any, QuickCheck >=2.6 && <2.8 test-suite doctests type: exitcode-stdio-1.0 main-is: doctests.hs hs-source-dirs: tests default-language: Haskell2010 ghc-options: -Wall -threaded build-depends: base -any, directory >=1.0, doctest >=0.9.1, filepath -any if impl(ghc <7.6.1) ghc-options: -Werror