packages feed

little-rio-2.0.1: little-rio.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 29a5ac4cb7039c63f9b16ffa254e0100726fd220aa6c7721a65cc7761fc98648

name:           little-rio
version:        2.0.1
synopsis:       When you need just the RIO monad
description:    Please see the README on GitHub at <https://github.com/ejconlon/little-rio#readme>
category:       Control
homepage:       https://github.com/ejconlon/little-rio#readme
bug-reports:    https://github.com/ejconlon/little-rio/issues
author:         Eric Conlon
maintainer:     ejconlon@gmail.com
copyright:      (c) 2020 Eric Conlon
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/ejconlon/little-rio

library
  exposed-modules:
      LittleRIO
  other-modules:
      Paths_little_rio
  hs-source-dirs:
      src
  default-extensions:
      DeriveGeneric
      DeriveTraversable
      DerivingStrategies
      DerivingVia
      FlexibleInstances
      FunctionalDependencies
      GeneralizedNewtypeDeriving
      TypeFamilies
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds
  build-depends:
      base >=4.12 && <5
    , exceptions >=0.10 && <1
    , little-logger >=1.0.2 && <1.1
    , microlens >=0.4 && <1
    , mtl >=2.2 && <3
    , primitive >=0.7.0.1 && <1
    , resourcet >=1.2.4.2 && <2
    , unliftio-core >=0.1 && <1
  default-language: Haskell2010