packages feed

yarn-lock-0.1.0: yarn-lock.cabal

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

name:           yarn-lock
version:        0.1.0
synopsis:       Represent and parse yarn.lock files
description:    Types and parser for the lock file format of the npm successor yarn.
category:       Data
homepage:       https://github.com/Profpatsch/yaml-lock#readme
bug-reports:    https://github.com/Profpatsch/yaml-lock/issues
author:         Profpatsch
maintainer:     mail@profpatsch.de
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

source-repository head
  type: git
  location: https://github.com/Profpatsch/yaml-lock

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base == 4.*
    , containers
    , text
    , megaparsec == 5.*
    , protolude >= 0.1
  exposed-modules:
      Yarn.Lock
  default-language: Haskell2010