packages feed

yarn-lock-0.3.4: yarn-lock.cabal

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

name:           yarn-lock
version:        0.3.4
synopsis:       Represent and parse yarn.lock files
description:    Types and parser for the lock file format of the npm successor yarn. All modules should be imported qualified.
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.9 && < 4.10
    , containers
    , text
    , megaparsec == 5.*
    , protolude == 0.1.* || == 0.2.*
    , either == 4.*
  exposed-modules:
      Data.MultiKeyedMap
      Yarn.Lock
      Yarn.Lock.File
      Yarn.Lock.Helpers
      Yarn.Lock.Parse
      Yarn.Lock.Types
  other-modules:
      Paths_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.9 && < 4.10
    , containers
    , text
    , megaparsec == 5.*
    , protolude == 0.1.* || == 0.2.*
    , either == 4.*
    , yarn-lock
    , ansi-wl-pprint >= 0.6
    , tasty >= 0.11
    , tasty-th >= 0.1.7
    , tasty-hunit >= 0.9
    , tasty-quickcheck >= 0.8
    , protolude
    , neat-interpolation >= 0.3
  other-modules:
      TestFile
      TestMultiKeyedMap
      TestParse
  default-language: Haskell2010