From f00ec916c00dc60a31341336353dfb4648ff57d5f238d7348eed8893b77a3811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 26 Mar 2021 12:22:24 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hi-file-parser revision:10, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hi-file-parser?expand=0&rev=18 --- ghc-hi-file-parser.changes | 8 ++++++++ ghc-hi-file-parser.spec | 4 ++-- hi-file-parser-0.1.0.0.tar.gz | 3 --- hi-file-parser-0.1.1.0.tar.gz | 3 +++ hi-file-parser.cabal | 32 ++++++++++++++++---------------- 5 files changed, 29 insertions(+), 21 deletions(-) delete mode 100644 hi-file-parser-0.1.0.0.tar.gz create mode 100644 hi-file-parser-0.1.1.0.tar.gz diff --git a/ghc-hi-file-parser.changes b/ghc-hi-file-parser.changes index 3aed5be..a19fee9 100644 --- a/ghc-hi-file-parser.changes +++ b/ghc-hi-file-parser.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Mar 24 11:21:02 UTC 2021 - psimons@suse.com + +- Update hi-file-parser to version 0.1.1.0 revision 2. + ## 0.1.1.0 + + Add `NFData` instances + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-hi-file-parser.spec b/ghc-hi-file-parser.spec index 3b2672d..90b34e3 100644 --- a/ghc-hi-file-parser.spec +++ b/ghc-hi-file-parser.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-hi-file-parser # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name hi-file-parser %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.0.0 +Version: 0.1.1.0 Release: 0 Summary: Parser for GHC's hi files License: BSD-3-Clause diff --git a/hi-file-parser-0.1.0.0.tar.gz b/hi-file-parser-0.1.0.0.tar.gz deleted file mode 100644 index 5da1bec..0000000 --- a/hi-file-parser-0.1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54ac6750d5e4ef93c64b255f672261ae4c80ef11f20d92c382736e09be11fa25 -size 9344 diff --git a/hi-file-parser-0.1.1.0.tar.gz b/hi-file-parser-0.1.1.0.tar.gz new file mode 100644 index 0000000..a25285f --- /dev/null +++ b/hi-file-parser-0.1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580f9d094bbcde53d5f34553ee214ccf0c6c760c504cbf3324bf9dbe4d4d67f1 +size 9377 diff --git a/hi-file-parser.cabal b/hi-file-parser.cabal index 100c123..ab97f90 100644 --- a/hi-file-parser.cabal +++ b/hi-file-parser.cabal @@ -1,19 +1,19 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.31.1. +-- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- --- hash: db65ce562f5a86a76d8eea816fde4c04ee3f75ab314861414f627cce3ae22187 +-- hash: af191a13968cedda5d64d117ea4e98f2223106716e965411a662809b08a5640c name: hi-file-parser -version: 0.1.0.0 +version: 0.1.1.0 x-revision: 2 synopsis: Parser for GHC's hi files -description: Please see the README on Github at +description: Please see the README on Github at category: Development -homepage: https://github.com/commercialhaskell/stack#readme -bug-reports: https://github.com/commercialhaskell/stack/issues +homepage: https://github.com/commercialhaskell/hi-file-parser#readme +bug-reports: https://github.com/commercialhaskell/hi-file-parser/issues author: Hussein Ait-Lahcen maintainer: michael@snoyman.com license: BSD3 @@ -35,7 +35,7 @@ extra-source-files: source-repository head type: git - location: https://github.com/commercialhaskell/stack + location: https://github.com/commercialhaskell/hi-file-parser library exposed-modules: @@ -47,10 +47,10 @@ library ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: base >=4.10 && <5 - , binary >=0.8.5.1 - , bytestring >=0.10.8.2 - , rio >=0.1.9.2 - , vector >=0.12.0.1 + , binary + , bytestring + , rio + , vector default-language: Haskell2010 test-suite hi-file-parser-test @@ -64,10 +64,10 @@ test-suite hi-file-parser-test ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.10 && <5 - , binary >=0.8.5.1 - , bytestring >=0.10.8.2 + , binary + , bytestring , hi-file-parser - , hspec >=2.4.8 - , rio >=0.1.9.2 - , vector >=0.12.0.1 + , hspec + , rio + , vector default-language: Haskell2010