cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: one-liner-instances version: 0.1.3.0 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 tested-with: GHC >= 8.0 extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/mstksg/one-liner-instances library exposed-modules: Data.Bounded.OneLiner Data.Monoid.OneLiner Data.Ord.OneLiner Numeric.OneLiner System.Random.OneLiner System.Random.Stateful.OneLiner other-modules: Paths_one_liner_instances System.Random.OneLiner.Internal hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 , one-liner >=0.9 , random >=1.2 default-language: Haskell2010