verset-0.0.1.8: verset.cabal
cabal-version: 2.2
name: verset
version: 0.0.1.8
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 Andre Van Der Merwe
category: Prelude
build-type: Simple
extra-source-files: README.md
tested-with: GHC==8.10.7, GHC==9.0.1, GHC==9.2.1
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.12
, containers >= 0.6.6 && < 0.7
, extra >= 1.7.12 && < 1.8
, mtl >= 2.2.2 && < 2.3
, safe >= 0.3.19 && < 0.4
, text >= 2.0.1 && < 2.1
, time >= 1.12.2 && < 1.13
, uuid >= 1.3.15 && < 1.4
source-repository head
type: git
location: https://github.com/andrevdm/verset