packages feed

hmp3-ng 2.14.2 → 2.14.3

raw patch · 3 files changed

+4/−3 lines, 3 files

Files

Lexer.hs view
@@ -30,6 +30,7 @@ import qualified Data.ByteString.Char8 as P import qualified Data.ByteString.UTF8 as UTF8 import Control.Monad.Except+import Control.Monad.Trans (lift)  ------------------------------------------------------------------------ 
README.md view
@@ -1,5 +1,5 @@ [![Hackage](https://img.shields.io/hackage/v/hmp3-ng.svg)](https://hackage.haskell.org/package/hmp3-ng)-[![Build Status](https://travis-ci.com/galenhuntington/hmp3-ng.svg?branch=master)](https://travis-ci.com/galenhuntington/hmp3-ng)+![Build status](https://github.com/galenhuntington/hmp3-ng/actions/workflows/haskell.yml/badge.svg)  ##  hmp3-ng @@ -26,7 +26,7 @@  *  I added support for building with Stack. -*  There is a public GitHub issue tracker, and Travis integration to+*  There is a public GitHub issue tracker, and a GitHub action to continuously test builds.  *  I try to avoid “Not Invented Here” by using established,
hmp3-ng.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name:           hmp3-ng-version:        2.14.2+version:        2.14.3 synopsis:       A 2019 fork of an ncurses mp3 player written in Haskell description:    An mp3 player with a curses frontend.  Playlists are populated by                 passing file and directory names on the command line.  'h' displays