packages feed

halfsplit 0.4.2.0 → 0.4.3.0

raw patch · 5 files changed

+18/−5 lines, 5 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -25,3 +25,8 @@ * Fourth version revised B. Fixed issue with the output with "white" half-lines. The function   Phladiprelio.General.splitGroups is changed. +## 0.4.3.0 -- 2024-04-08++* Fourth version revised C. Added Github repository and bug-tracker.++
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2023 Oleksandr Zhabenko+Copyright (c) 2023-2024 Oleksandr Zhabenko  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
Phladiprelio/Halfsplit.hs view
@@ -1,4 +1,3 @@- -- | -- Module      :  Phladiprelio.Halfsplit -- Copyright   :  (c) OleksandrZhabenko 2023@@ -111,3 +110,4 @@              1 -> putStr " " >> mapM putStrLn (take 2 xss)              m -> if m == l then mapM putStrLn ((\(x:y:xs) -> x:(' ':y):xs) . drop (l - 2) $ xss) else mapM putStrLn []) >> putStrLn poststr          where l = length xss+
README.md view
@@ -3,7 +3,15 @@  The author would like to devote this project to support the Foundation Gastrostars. -If you would like to share some financial support, please, contact the mentioned foundation+The version 0.3.0.0 is devoted to [Enzo Kok](https://enzokok.nl) whose Birthday is on the 14th of August.++On the 12/03/2024 there was a Birthday of Emma Kok, the foundation founder. She turned 16. Therefore, the release 0.7.0.0 is additionally devoted i.e. tributed to her.++Besides, you can support Ukrainian people in various forms.++All support is welcome, including donations for the needs of the Ukrainian army, IDPs and refugees. ++If you would like to share some financial support with the Foundation Gastrostars, please, contact the mentioned foundation using the URL:  [Contact Foundation GASTROSTARS](https://gastrostars.nl/hou-mij-op-de-hoogte)@@ -12,5 +20,4 @@  [Donation Page](https://gastrostars.nl/doneren) -The version 0.3.0.0 is devoted to [Enzo Kok](https://enzokok.nl) whose Birthday is on the 14th of August. 
halfsplit.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               halfsplit-version:            0.4.2.0+version:            0.4.3.0  -- A short (one-line) description of the package. synopsis:           A library to provide special kind of two-column output for Phladiprelio. @@ -16,6 +16,7 @@ license-file:       LICENSE author:             Oleksandr Zhabenko maintainer:         oleksandr.zhabenko@yahoo.com+bug-reports:        https://github.com/Oleksandr-Zhabenko/halfsplit/issues  -- A copyright notice. copyright:          Oleksandr Zhabenko