name: data-repr version: 1.0 synopsis: Alternative to Show data printing utility. -- description: license: Apache-2.0 license-file: LICENSE author: Wojciech Danilo maintainer: Wojciech Danilo stability: experimental homepage: https://github.com/wdanilo/data-repr bug-reports: https://github.com/wdanilo/data-repr/issues copyright: Copyright (C) 2014 Wojciech Danilo category: Text build-type: Simple -- extra-source-files: cabal-version: >=1.10 Library hs-source-dirs: src ghc-options: -Wall -O2 default-language: Haskell2010 default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse EmptyDataDecls FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving InstanceSigs LambdaCase MultiParamTypeClasses OverloadedStrings StandaloneDeriving TemplateHaskell TupleSections TypeOperators ViewPatterns TypeFamilies exposed-modules: Data.Repr -- , Data.Repr.Generics build-depends: base >=4.6 && <4.9 , generic-deriving , lens