-- This file has been generated from package.yaml by hpack version 0.21.2. -- -- see: https://github.com/sol/hpack -- -- hash: a1781911abc3fd4d6382fa43927d49aba4d1e07d876833a215fc311dec1da55b name: one-liner-instances version: 0.1.2.0 x-revision: 1 synopsis: Generics-based implementations for common typeclasses description: Provides generics-based implementations for common typeclasses using Generics. . Please see the README on Github at category: Web homepage: https://github.com/mstksg/one-liner-instances#readme bug-reports: https://github.com/mstksg/one-liner-instances/issues author: Justin Le maintainer: justin@jle.im copyright: (c) Justin Le 2018 license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: CHANGELOG.md README.md source-repository head type: git location: https://github.com/mstksg/one-liner-instances library hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 , one-liner >=0.9 , random < 1.2 exposed-modules: Data.Bounded.OneLiner Data.Monoid.OneLiner Data.Ord.OneLiner Numeric.OneLiner other-modules: System.Random.OneLiner Paths_one_liner_instances default-language: Haskell2010