https://bugzilla.redhat.com/show_bug.cgi?id=2296784
Bug ID: 2296784
Summary: Review Request: ghc-lumberjack - Trek through your
code forest and make logs
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: frank(a)systemf.dev
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://fdedden.fedorapeople.org/ghc-lumberjack.spec
SRPM URL:
https://fdedden.fedorapeople.org/ghc-lumberjack-1.0.3.0-1.fc41.src.rpm
Description:
This is a logging facility. Yes, there are many, and this is the one with a
beard, wearing flannel and boots, that gets the job done. It's not the
fanciest, it doesn't have a cargo-van full of features. This logger is designed
to be straightforward to use, provide a good set of standard features, and be
useable across a broad set of code.
* Logging itself is a monadic activity. This activity is most often performed
in a monad stack with a MonadIO context to allow writing to files.
* The specific logging action implementations are managed separately from the
actions of logging messages in the target code. This allows logging to be
configurable and the manner of logging to be specified at startup time without
requiring changes in the code from which log messages are being generated.
* The logging implementation code can use contravariant functors to adjust
existing logging.
* Main code will typically retrieve the logging actions from a Reader context
in your monad stack. That said, Log actions are not tied to an enclosing Monad.
There are helpers to support a Monad which can store Log actions, but Log
actions can also be explicitly passed and used.
* The prettyprinter package is used for formatting.
Fedora Account System Username: fdedden
--
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2296784
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2296665
Bug ID: 2296665
Summary: Review Request: ghc-language-bluespec - An
implementation of the Bluespec Haskell AST
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: frank(a)systemf.dev
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://fdedden.fedorapeople.org/ghc-language-bluespec.spec
SRPM URL:
https://fdedden.fedorapeople.org/ghc-language-bluespec-0.1-1.fc41.src.rpm
Description:
This package contains an implementation of the <http://wiki.bluespec.com/
Bluespec> language's AST. In particular, this implements the Bluespec Haskell
(BH) syntax, also known as Bluespec Classic. We may add support for the
Bluespec SystemVerilog (BSV) syntax at a later date. To our knowledge, there is
no formal grammar that describes the syntax of BH or BSV, so this package is
based off of the code in the <https://github.com/B-Lang-org/bsc Bluespec
compiler>. Although the Bluespec compiler is written in Haskell, it is not
particularly simple to depend on the compiler as a library, so this package
exists to extract out the relevant compiler code into a simple-to-use library.
Fedora Account System Username: fdedden
--
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2296665
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2296783
Bug ID: 2296783
Summary: Review Request: ghc-raw-strings-qq - Raw string
literals for Haskell
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: frank(a)systemf.dev
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://fdedden.fedorapeople.org/ghc-raw-strings-qq.spec
SRPM URL:
https://fdedden.fedorapeople.org/ghc-raw-strings-qq-1.1-1.fc41.src.rpm
Description:
A quasiquoter for raw string literals - that is, string literals that don't
recognise the standard escape sequences (such as ''\n''). Basically, they make
your code more readable by freeing you from the responsibility to escape
backslashes. They are useful when working with regular expressions, DOS/Windows
paths and markup languages (such as XML).
See 'examples/RawRegex.hs' for a usage example.
Fedora Account System Username: fdedden
--
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2296783
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…