osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-formatting revision:8, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-formatting?expand=0&rev=9
This commit is contained in:
Ondřej Súkup 2021-07-02 13:15:55 +00:00 committed by Git OBS Bridge
parent 5228b90a87
commit 5250549af1
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2eb9c123ecabb091748d39991c78786b415f225ea9515f1e0a0e2ac4f8604d8f
size 32306

3
formatting-7.1.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8061bbe29278e6b7bb2268b00e1717385643dfa04e7b58b012bd53b342142cef
size 32568

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jul 1 12:51:58 UTC 2021 - psimons@suse.com
- Update formatting to version 7.1.3.
7.1.3
* Fix the GHCJS build by not using `double-conversion`, as it relies on a native C library which obviously isn't available in GHCJS (it is still used in native builds).
-------------------------------------------------------------------
Mon Apr 5 14:46:17 UTC 2021 - psimons@suse.com

View File

@ -19,7 +19,7 @@
%global pkg_name formatting
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 7.1.2
Version: 7.1.3
Release: 0
Summary: Combinator-based type-safe formatting (like printf() or FORMAT)
License: BSD-3-Clause