packages feed

yarn-lock-0.4.1: yarn-lock.cabal

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

name:           yarn-lock
version:        0.4.1
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
  exposed-modules:
      Data.MultiKeyedMap
      Yarn.Lock
      Yarn.Lock.File
      Yarn.Lock.Helpers
      Yarn.Lock.Parse
      Yarn.Lock.Types
  other-modules:
      Paths_yarn_lock
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base ==4.*
    , containers
    , either >=4 && <6
    , megaparsec ==6.*
    , protolude ==0.2.*
    , text
  default-language: Haskell2010

test-suite yarn-lock-tests
  type: exitcode-stdio-1.0
  main-is: Test.hs
  other-modules:
      TestFile
      TestMultiKeyedMap
      TestParse
      Paths_yarn_lock
  hs-source-dirs:
      tests
  ghc-options: -Wall
  build-depends:
      ansi-wl-pprint >=0.6
    , base ==4.*
    , containers
    , either >=4 && <6
    , megaparsec ==6.*
    , neat-interpolation >=0.3
    , protolude
    , quickcheck-instances ==0.3.*
    , tasty >=0.11
    , tasty-hunit >=0.9
    , tasty-quickcheck >=0.8
    , tasty-th >=0.1.7
    , text
    , yarn-lock
  default-language: Haskell2010