packages feed

one-liner-instances-0.1.2.1: one-liner-instances.cabal

-- This file has been generated from package.yaml by hpack version 0.21.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 6acb459b36dc35bbc749809acb02ea8b942833b8ae0a465908c8ddfc21ac7dca

name:           one-liner-instances
version:        0.1.2.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 <https://github.com/mstksg/one-liner-instances#readme>
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
  exposed-modules:
      Data.Bounded.OneLiner
      Data.Monoid.OneLiner
      Data.Ord.OneLiner
      Numeric.OneLiner
      System.Random.OneLiner
  other-modules:
      Paths_one_liner_instances
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <5
    , one-liner >=0.9
    , random
  default-language: Haskell2010