SHA256
1
0
forked from pool/ghc-fmt

Accepting request 912598 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/912598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-fmt?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2021-08-25 18:56:51 +00:00 committed by Git OBS Bridge
commit 4449349422
4 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78ed7bddb25c0bc4355ca2be2be3c4d8af796bce7e76e20f04b6aebbcbab8ab9
size 26464

3
fmt-0.6.2.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Aug 1 17:38:21 UTC 2021 - psimons@suse.com
- Update fmt to version 0.6.2.0.
# 0.6.2.0
* Cleared `hspec` upper bound
* Qualified all Data.List imports
* Fixed tests to work with newer (>=0.4) neat-interpolation (#30)
* Adjusted lower bounds of formatting dependency to avoid unsigned 0
issues (#31)
* fixed floatF handling of negative numbers (#36)
* unconfused ``||++|`` and ``|++||`` (#29)
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-fmt
#
# 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 fmt
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.6.1.2
Version: 0.6.2.0
Release: 0
Summary: A new formatting library
License: BSD-3-Clause