yarn-lock 0.6.3 → 0.6.4
raw patch · 3 files changed
+8/−6 lines, 3 filessetup-changed
Files
- CHANGELOG.md +4/−0
- Setup.hs +0/−2
- yarn-lock.cabal +4/−4
CHANGELOG.md view
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.6.4] - 2021-03-30++- Repository changed to https://github.com/Profpatsch/yarn2nix+ ## [0.6.3] - 2021-03-29 - Relax upper bounds of `protolude` and `megaparsec`.
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
yarn-lock.cabal view
@@ -5,12 +5,12 @@ -- see: https://github.com/sol/hpack name: yarn-lock-version: 0.6.3+version: 0.6.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+homepage: https://github.com/Profpatsch/yarn2nix#readme+bug-reports: https://github.com/Profpatsch/yarn2nix/issues author: Profpatsch maintainer: mail@profpatsch.de license: MIT@@ -21,7 +21,7 @@ source-repository head type: git- location: https://github.com/Profpatsch/yarn-lock+ location: https://github.com/Profpatsch/yarn2nix library exposed-modules: