packages feed

verset-0.0.1.9: verset.cabal

cabal-version:       2.2
name:                verset
version:             0.0.1.9
synopsis:            Small alternative prelude
description:         Small Haskell alternative prelude. Based on Protolude and Intro
homepage:            https://github.com/andrevdm/verset#readme
license:             MIT
license-file:        LICENSE
author:              Andre Van Der Merwe
maintainer:          andre@andrevdm.com
copyright:           2021-2023 Andre Van Der Merwe
category:            Prelude
build-type:          Simple
extra-source-files:  README.md
tested-with:         GHC==8.10.7, GHC==9.2.5, GHC==9.4.4, GHC==9.6.1, GHC==9.8.2

library
  ghc-options: -Wall -Wimplicit-prelude -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat -Wredundant-constraints -Wnoncanonical-monad-instances -Widentities -fhide-source-paths -Wpartial-fields -fhide-source-paths -freverse-errors -fwrite-ide-info -hiedir=.hie

  build-depends: base >=4.9 && <5
  default-language: Haskell2010
  hs-source-dirs:      src
  exposed-modules:     Verset.Conv
                     , Verset
  build-depends:
                       bytestring       >= 0.11.3 && < 0.13
                     , containers       >= 0.6.5 && < 0.8
                     , extra            >= 1.7.12 && < 1.8
                     , mtl              >= 2.2.2 && < 2.4
                     , safe             >= 0.3.19 && < 0.4
                     , text             >= 1.2.5 && < 2.2
                     , time             >= 1.11.1 && < 1.13
                     , uuid             >= 1.3.15 && < 1.4

source-repository head
  type:     git
  location: https://github.com/andrevdm/verset