packages feed

yarn-lock-0.2.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.2.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/yarn-lock#readme
bug-reports:    https://github.com/Profpatsch/yarn-lock/issues
author:         Profpatsch
maintainer:     mail@profpatsch.de
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    CHANGELOG.md

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

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

test-suite yarn-lock-tests
  type: exitcode-stdio-1.0
  main-is: Test.hs
  hs-source-dirs:
      tests
  ghc-options: -Wall
  build-depends:
      base == 4.*
    , containers
    , text
    , megaparsec == 5.*
    , protolude >= 0.1
    , yarn-lock
    , ansi-wl-pprint >= 0.6
    , tasty >= 0.11
    , tasty-th >= 0.1.7
    , tasty-hunit >= 0.9
    , protolude
  other-modules:
      TestLock
  default-language: Haskell2010