Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (24m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-27 23:51:23 UTC Now

2020-01-11 10:32:13 UTC MAIN commitmail json YAML

Remove hs-parsec

(pho)

2020-01-11 10:31:30 UTC MAIN commitmail json YAML

doc: Removed textproc/hs-parsec

(pho)

2020-01-11 10:25:05 UTC MAIN commitmail json YAML

Remove dependency on devel/hs-mtl and devel/hs-parsec

They are now part of GHC.

(pho)

2020-01-11 10:21:36 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-texmath to 0.12

(pho)

2020-01-11 10:21:27 UTC MAIN commitmail json YAML

Update to texmath-0.12

* Use Text instead of String in data types and functions
  (Christian Despres) [API change].  Note that there are still a few
  places where we unpack Text to String with a view pattern:
  performance could likely be increased with further rewriting.
* Avoid use of !! with negative index (jgm/pandoc#5853).

(pho)

2020-01-11 10:08:28 UTC MAIN commitmail json YAML

Remove dependency on devel/hs-parsec

It's now part of GHC.

(pho)

2020-01-11 10:06:00 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-pandoc-types to 1.20

(pho)

2020-01-11 10:05:46 UTC MAIN commitmail json YAML

Update to pandoc-types-1.20

* Change all uses of String in type definitions to strict Text
  (Christian Despres) [API change].  The MetaValue instances using String
  have been kept, and parallel ones using Text were added.

* Remove the Arbitrary Text orphan instance (Christian Despres).
  This instance should not have been in the Text.Pandoc.Arbitrary, since
  it would have been exported with the rest of the instances in that
  module. Instead, more shrink* functions were added to compensate for
  the absence of this instance.

* Add Text.Pandoc.Legacy.Definition (Christian Despres).
  To ease the transition to Text, this module provides an interface
  compatible with the String one, so that any unqualified imports of
  Text.Pandoc.Definition in other packages can be replaced by
  Text.Pandoc.Legacy.Definition without other code changes. This is done
  with PatternSynonyms.

  Some of the constructors of the types Meta, MetaValue, Block, Inline,
  Format, and Citation required PatternSynonym handling. The Attr and
  Target types had to be redefined, and certain functions had to be
  rewritten to handle String or the old Attr and Target types in this
  module. This module otherwise exports the definitions in
  Text.Pandoc.Definition unchanged.

  This is not a perfect drop-in replacement, since some imports like
  Inline(..) will no longer work. This may also cause incomplete pattern
  warnings when used, since the coverage checker does not seem to be
  aware of PatternSynonyms.

* Add Text.Pandoc.Legacy.Builder (Christian Despres).
  Like Text.Pandoc.Legacy.Definition, this modules provides a
  compatibility interface while the transition to Text takes
  place. Unlike that module, this module only requires redefining the
  ToMetaValue and HasMeta classes and a few functions so that they use
  the old types. No PatternSynonyms are required.

* Change Semigroup/Monoid instance for Meta.
  Previously `<>` was left-biased, so if meta1 and meta2 both
  contained a field 'foo', the value from meta1 would be retained
  in `meta1 <> meta2`, and the value from meta2 ignored.
  This is counterintuitive and doesn't work well with pandoc;
  for example, we want to be able to override a value in an
  earlier `--metadata-file` with a later one on the command line.

  It also makes the behavior of metadata more like other
  things (such as reference links, where later definitions
  take precedence over earlier ones).

  Note that this change may break some current workflows,
  if one is relying on metadata fields that occur later in
  a document to be overridden by those occurring earlier.

(pho)

2020-01-11 09:59:02 UTC MAIN commitmail json YAML

Remove dependency on devel/hs-text

It's now part of GHC.
Also contravariant, fail, and semigroups are no longer required as of GHC 8.

(pho)

2020-01-11 09:53:06 UTC MAIN commitmail json YAML

Remove dependency on devel/hs-text

It's now part of GHC.

(pho)

2020-01-11 09:41:03 UTC MAIN commitmail json YAML

Remove dependency on devel/hs-text

It's now part of GHC.
Also contravariant, fail, and semigroups are no longer required as of GHC 8.

(pho)

2020-01-11 09:34:21 UTC MAIN commitmail json YAML

Remove dependency on devel/hs-text

It's now part of GHC.
Also fail and semigroups are no longer required as of GHC 8.

(pho)

2020-01-11 09:32:03 UTC MAIN commitmail json YAML

Remove dependency on devel/hs-text

It's now part of GHC.
Also fail and semigroups are no longer required as of GHC 8.

(pho)

2020-01-11 09:31:05 UTC MAIN commitmail json YAML

Remove dependency on devel/hs-text

It's now part of GHC.
Also fail and semigroups are no longer required as of GHC 8.

(pho)

2020-01-11 09:22:13 UTC MAIN commitmail json YAML

Remove dependency on devel/hs-fail

It's no longer required as of GHC 8.

(pho)

2020-01-11 09:19:08 UTC MAIN commitmail json YAML

Remove dependency on devel/hs-text

It's now part of GHC.

(pho)

2020-01-11 09:10:32 UTC MAIN commitmail json YAML

Remove dependency on devel/hs-mtl and devel/hs-text

They are now part of GHC.
Also hs-fail is no longer required as of GHC 8.

(pho)

2020-01-11 09:04:18 UTC MAIN commitmail json YAML

Update to conduit-1.3.1.2

1.3.1.2
* More eagerly emit groups in chunksOf #427

1.3.1.1
* Use lower-case imports (better for cross-compilation) #408

1.3.1
* Add MonadFail instance for ConduitT.

1.3.0.3
* Improve fusion framework rewrite rules

1.3.0.2
* Replace ReadMode with WriteMode in withSinkFile

1.3.0.1
* Test suite compatibility with GHC 8.4.1 #358

1.3.0
* Drop monad-control and exceptions in favor of unliftio
* Drop mmorph dependency
* Deprecate old type synonyms and operators
* Drop finalizers from the library entirely
  * Much simpler
  * Less guarantees about prompt finalization
  * No more yieldOr, addCleanup
  * Replace the Resumable types with SealedConduitT
* Add the Conduit and Data.Conduit.Combinators modules, stolen from conduit-combinators

(pho)

2020-01-11 09:00:30 UTC MAIN commitmail json YAML

Remove dependency on deve/hs-stm

It's now part of GHC.

(pho)

2020-01-11 08:56:25 UTC MAIN commitmail json YAML

doc: Updated devel/hs-mono-traversable to 1.0.15.1

(pho)

2020-01-11 08:56:16 UTC MAIN commitmail json YAML

Update to mono-traversable-1.0.15.1

1.0.15.1
* Remove whitespace after @ in as-patterns for GHC HEAD #186

1.0.15.0
* Added toNonEmpty to Data.NonNull #185

1.0.14.0
* Added WrappedMono to Data.MonoTraversable #182

1.0.13.0
* Added WrappedPoly to Data.MonoTraversable #180

1.0.12.0
* Added filterSet to Data.Containers
* Use container specific implementations for filterSet and filterMap
  #178

1.0.11.0
* Adding monomorphic instances for GHC.Generics and Data.Proxy types
  #175

1.0.10.0
* Make index work on negative indices #172 #114

1.0.9.0
* Added filterMap to Data.Containers #167

(pho)

2020-01-11 08:50:16 UTC MAIN commitmail json YAML

2020-01-11 08:32:25 UTC MAIN commitmail json YAML

Remove dependency on devel/hs-mtl

mtl is now a part of GHC.
Also hs-semigroups is no longer required as of GHC 8.

(pho)

2020-01-11 08:26:30 UTC MAIN commitmail json YAML

doc: Updated devel/hs-resourcet to 1.2.2

(pho)

2020-01-11 08:26:22 UTC MAIN commitmail json YAML

Update to resourcet-1.2.2

1.2.2
* Add MonadFail instance for ResourceT.

1.2.1
* Support exceptions-0.10.

1.2.0
* Drop monad-control and mmorph dependencies
* Change behavior of runResourceT to match runResourceTChecked

(pho)

2020-01-11 08:20:36 UTC MAIN commitmail json YAML

Remove dependency on devel/hs-mtl

mtl is now a part of GHC.

(pho)

2020-01-11 08:18:56 UTC MAIN commitmail json YAML

doc: Updated devel/hs-hint to 0.9.0.2

(pho)

2020-01-11 08:18:47 UTC MAIN commitmail json YAML

2020-01-11 08:15:58 UTC MAIN commitmail json YAML

Update to hint-0.9.0.2

0.9.0.2
* Support GHC 8.8
* Drop support for GHC 8.2

0.9.0.1
* Make tests pass with stack 2.1.1

0.9.0
* Support GHC 8.6
* Drop support for GHC 8.0

0.8.0
* Support GHC 8.4
* Drop support for GHC 7.8 and 7.10
* Add runStmt to execute statements in the IO monad and bind new names
* Internal changes of temporary files for phantom modules
  * The files are now called M<nnn>.hs instead of <nnn>
  * Improved cleanup of phantom module source files
  * ghc 8.4 only: phantom modules are put into a temporary directory
* Add typeChecksWithDetails to obtain type-checking errors
* Stop GHC from overwriting the Ctrl-C signal handler
* Add SetImportsF to allow finer imports control

(pho)

2020-01-11 08:11:30 UTC MAIN commitmail json YAML

Remove dependency on devel/hs-mtl

mtl is now a part of GHC.
Also hs-fail is no longer required as of GHC 8.

(pho)

2020-01-11 08:09:43 UTC MAIN commitmail json YAML

Remove dependency on devel/hs-mtl

mtl is now a part of GHC.
Also hs-fail is no longer required as of GHC 8.

(pho)

2020-01-11 08:05:40 UTC MAIN commitmail json YAML

2020-01-11 08:00:14 UTC MAIN commitmail json YAML

2020-01-11 07:54:04 UTC MAIN commitmail json YAML

Remove dependency on devel/hs-mtl

mtl is now a part of GHC.

(pho)

2020-01-11 07:47:18 UTC MAIN commitmail json YAML

Switch from ghc7 to ghc88

(pho)

2020-01-09 12:32:24 UTC MAIN commitmail json YAML

Import GHC 8.8.1

GHC: The Glasgow Haskell Compiler.

The Glasgow Haskell Compiler is a robust, fully-featured, optimising
compiler for the functional programming language Haskell 98
(http://www.haskell.org). GHC compiles Haskell to either native code
or C. It implements numerous experimental language extensions to
Haskell, including concurrency, a foreign language interface, several
type-system extensions, exceptions, and so on. GHC comes with a
generational garbage collector, a space and time profiler, and a
comprehensive set of libraries.

This package provides the 8.8.x release series.

(pho)

2020-01-09 12:29:32 UTC MAIN commitmail json YAML

Use hashed package keys for (un)installing Cabal packages

Starting from somewhere around GHC 7.8, Cabal installs packages with a
hashed package key instead of just "{NAME}-{VERSION}". In other words,
the pair of the plain package name and the version is no longer unique
in the package DB, and using it for uninstallation may also remove
packages that we didn't mean to remove.

This is paricularly problematic because GHC comes with several bundled
Cabal packages. Installing and uninstalling a package with the same
name could break GHC itself, if the uninstallation is performed
without hashed keys.

(pho)

2020-01-09 11:45:15 UTC MAIN commitmail json YAML

Add missing dependency on textproc/hs-yaml

(pho)

2020-01-09 06:48:15 UTC MAIN commitmail json YAML

2020-01-09 00:58:34 UTC MAIN commitmail json YAML

2020-01-09 00:51:03 UTC MAIN commitmail json YAML

2020-01-09 00:41:31 UTC MAIN commitmail json YAML

2020-01-08 19:06:45 UTC MAIN commitmail json YAML

2020-01-08 18:57:26 UTC MAIN commitmail json YAML

2020-01-08 18:21:30 UTC MAIN commitmail json YAML

2020-01-08 16:55:13 UTC MAIN commitmail json YAML

Set a setuid bit on bin/recover too

Also corrected the default directory where bin/recover searches for
save files.

(pho)

2020-01-07 16:53:58 UTC MAIN commitmail json YAML

2020-01-07 16:52:26 UTC MAIN commitmail json YAML

doc: Added lang/ghc84 version 8.4.4

(pho)

2020-01-07 16:52:09 UTC MAIN commitmail json YAML

Import ghc-8.4.4

GHC: The Glasgow Haskell Compiler.

The Glasgow Haskell Compiler is a robust, fully-featured, optimising
compiler for the functional programming language Haskell 98
(http://www.haskell.org). GHC compiles Haskell to either native code
or C. It implements numerous experimental language extensions to
Haskell, including concurrency, a foreign language interface, several
type-system extensions, exceptions, and so on. GHC comes with a
generational garbage collector, a space and time profiler, and a
comprehensive set of libraries.

This package provides the 8.4.x release series, which is the last
version that can bootstrap with 8.0.2. It will probably be removed
once we make a separate package for GHC 8.8.x and get enough bootstrap
kits for it.

(pho)

2020-01-06 12:04:13 UTC MAIN commitmail json YAML

2020-01-06 11:53:23 UTC MAIN commitmail json YAML

Add missing dependency on devel/hs-primitive

(pho)

2020-01-06 11:51:04 UTC MAIN commitmail json YAML

2020-01-04 12:09:29 UTC MAIN commitmail json YAML

2020-01-03 16:34:21 UTC MAIN commitmail json YAML

2020-01-03 16:02:58 UTC MAIN commitmail json YAML

2020-01-03 15:50:27 UTC MAIN commitmail json YAML

2020-01-03 15:42:34 UTC MAIN commitmail json YAML

2020-01-03 15:24:52 UTC MAIN commitmail json YAML

2020-01-03 15:24:26 UTC MAIN commitmail json YAML

doc: Added lang/ghc80 version 8.0.2

(pho)

2020-01-03 15:24:08 UTC MAIN commitmail json YAML

Import GHC 8.0.2

GHC: The Glasgow Haskell Compiler.

The Glasgow Haskell Compiler is a robust, fully-featured, optimising
compiler for the functional programming language Haskell 98
(http://www.haskell.org). GHC compiles Haskell to either native code
or C. It implements numerous experimental language extensions to
Haskell, including concurrency, a foreign language interface, several
type-system extensions, exceptions, and so on. GHC comes with a
generational garbage collector, a space and time profiler, and a
comprehensive set of libraries.

This package provides the 8.0.x release series, which is the last
version that can bootstrap with 7.10.3. It will probably be removed
once we make a separate package for GHC 8.4.x and get enough bootstrap
kits for it.

(pho)

2020-01-03 11:11:29 UTC MAIN commitmail json YAML

Explicitly set the ld command to ${LD}

Without doing this the resulting compiler will have a cwrapper ld
embedded, and will be unable to bootstrap later versions of GHC.

(pho)

2020-01-03 08:22:09 UTC MAIN commitmail json YAML

2020-01-03 08:03:36 UTC MAIN commitmail json YAML

2020-01-03 08:03:15 UTC MAIN commitmail json YAML

doc: Added textproc/hs-yaml version 0.8.30

(pho)

2020-01-03 08:03:05 UTC MAIN commitmail json YAML

Import yaml-0.8.30 from wip

Provides support for parsing and emitting Yaml documents.

Data.Yaml provides a high-level interface based around the JSON
datatypes provided by the aeson package. It uses Text.Libyaml from
libyaml in its implementation of the low-level yaml encoder/decoder.

(pho)

2020-01-03 07:52:42 UTC MAIN commitmail json YAML

Add hs-conduit

(pho)

2020-01-03 07:52:18 UTC MAIN commitmail json YAML

Import conduit-1.2.13.1 from wip

conduit is a solution to the streaming data problem, allowing for
production, transformation, and consumption of streams of data in constant
memory. It is an alternative to lazy I/O which guarantees deterministic
resource handling, and fits in the same general solution space as
enumerator/iteratee and pipes. For a tutorial, please visit
https://haskell.fpcomplete.com/user/snoyberg/library-documentation/conduit-overview

(pho)

2020-01-03 07:47:03 UTC MAIN commitmail json YAML

Add hs-mono-traversable

(pho)

2020-01-03 07:46:40 UTC MAIN commitmail json YAML

doc: Added devel/hs-mono-traversable version 1.0.8.1

(pho)

2020-01-03 07:46:30 UTC MAIN commitmail json YAML

Downgrade to mono-traversable-1.0.8.1

The latest release 1.0.15.1 turned out to be incompatible with GHC
7.10.x. It should be updated when we make a package for GHC 8.

(pho)

2020-01-03 07:42:18 UTC MAIN commitmail json YAML

Import mono-traversable-1.0.15.1

Type classes for mapping, folding, and traversing monomorphic and
polymorphic containers. Haskell is good at operating over polymorphic
containers such as a list [a]. A monomorphic container is one such as
Text which has a type Text that does not expose a type variable for
the underlying characters.

(pho)

2020-01-03 06:48:43 UTC MAIN commitmail json YAML

Add hs-unix-compat

(pho)

2020-01-03 06:48:20 UTC MAIN commitmail json YAML

doc: Added devel/hs-unix-compat version 0.5.2

(pho)

2020-01-03 06:48:10 UTC MAIN commitmail json YAML

Import unix-compat-0.5.2 from wip

This package provides portable implementations of parts of the unix
package. This package re-exports the unix package when available. When
it isn't available, portable implementations are used.

(pho)

2020-01-03 06:45:23 UTC MAIN commitmail json YAML

Add hs-unicode-show

(pho)

2020-01-03 06:44:59 UTC MAIN commitmail json YAML

doc: Added textproc/hs-unicode-show version 0.1.0.4

(pho)

2020-01-03 06:44:47 UTC MAIN commitmail json YAML

Import unicode-show-0.1.0.4

This package provides variants of show and print functions that does
not escape non-ascii characters.

(pho)

2020-01-03 06:19:05 UTC MAIN commitmail json YAML

Add hs-regex-pcre

(pho)

2020-01-03 06:18:31 UTC MAIN commitmail json YAML

doc: Added textproc/hs-regex-pcre version 0.95.0.0

(pho)

2020-01-03 06:18:21 UTC MAIN commitmail json YAML

2020-01-03 06:05:20 UTC MAIN commitmail json YAML

Add hs-extra

(pho)

2020-01-03 06:04:43 UTC MAIN commitmail json YAML

doc: Added misc/hs-extra version 1.6.18

(pho)

2020-01-03 06:04:34 UTC MAIN commitmail json YAML

Import extra-1.6.18

A library of extra functions for the standard Haskell libraries. Most
functions are simple additions, filling out missing functionality. A
few functions are available in later versions of GHC, but this package
makes them available back to GHC 7.2.

(pho)

2020-01-03 05:32:28 UTC MAIN commitmail json YAML

Add hs-clock

(pho)

2020-01-03 05:32:06 UTC MAIN commitmail json YAML

doc: Added time/hs-clock version 0.8

(pho)

2020-01-03 05:31:56 UTC MAIN commitmail json YAML

Import clock-0.8

A package for convenient access to high-resolution clock and timer
functions of different operating systems via a unified API.

(pho)

2020-01-03 05:22:05 UTC MAIN commitmail json YAML

Add hs-either

(pho)

2020-01-03 05:21:42 UTC MAIN commitmail json YAML

doc: Added devel/hs-either version 5.0.1.1

(pho)

2020-01-03 05:21:34 UTC MAIN commitmail json YAML

Import either-5.0.1.1

Functions for probing and unwrapping values inside of Either.

(pho)

2020-01-03 05:15:55 UTC MAIN commitmail json YAML

Add hs-semigroupoids

(pho)

2020-01-03 05:15:23 UTC MAIN commitmail json YAML

doc: Added math/hs-semigroupoids version 5.3.4

(pho)

2020-01-03 05:15:10 UTC MAIN commitmail json YAML

Import semigroupoids-5.3.4 from wip

Provides a wide array of (semi)groupoids and operations for working with them.

A Semigroupoid is a Category without the requirement of identity arrows
for every object in the category.

A Category is any Semigroupoid for which the Yoneda lemma holds.

When working with comonads you often have the <*> portion of an Applicative,
but not the pure. This was captured in Uustalu and Vene's
"Essence of Dataflow Programming" in the form of the ComonadZip class
in the days before Applicative. Apply provides a weaker invariant,
but for the comonads used for data flow programming
(found in the streams package), this invariant is preserved.
Applicative function composition forms a semigroupoid.

Similarly many structures are nearly a comonad, but not quite,
for instance lists provide a reasonable extend operation in the form of tails,
but do not always contain a value.

(pho)

2020-01-03 05:04:51 UTC MAIN commitmail json YAML

Add hs-profunctors

(pho)

2020-01-03 05:04:22 UTC MAIN commitmail json YAML

doc: Added math/hs-profunctors version 5.5.1

(pho)

2020-01-03 05:03:54 UTC MAIN commitmail json YAML

Import profunctors-5.5.1 from wip

Formally, the class Profunctor represents a profunctor from Hask ->
Hask.

Intuitively it is a bifunctor where the first argument is
contravariant and the second argument is covariant.

(pho)

2020-01-03 04:46:05 UTC MAIN commitmail json YAML

Add hs-bifunctors

(pho)

2020-01-03 04:45:39 UTC MAIN commitmail json YAML

doc: Added math/hs-bifunctors version 5.5.6

(pho)

2020-01-03 04:45:31 UTC MAIN commitmail json YAML

Import bifunctors-5.5.6 from wip

A bifunctor is a type constructor that takes two type arguments and is
a functor in both arguments. That is, unlike with Functor, a type
constructor such as Either does not need to be partially applied for a
Bifunctor instance, and the methods in this class permit mapping
functions over the Left value or the Right value, or both at the same
time.

Formally, the class Bifunctor represents a bifunctor from Hask ->
Hask.

Intuitively it is a bifunctor where both the first and second
arguments are covariant.

You can define a Bifunctor by either defining bimap or by defining
both first and second.

(pho)

2020-01-03 04:37:07 UTC MAIN commitmail json YAML

Add hs-comonad

(pho)

2020-01-03 04:36:47 UTC MAIN commitmail json YAML

doc: Added math/hs-comonad version 5.0.6

(pho)

2020-01-03 04:36:38 UTC MAIN commitmail json YAML

Import comonad-5.0.6 from wip

A Comonad is a Functor and provides duals of the Monad "return" and
">>=". Instead of wrapping, you can extract a value from a Comonad.

(pho)

2020-01-03 03:59:20 UTC MAIN commitmail json YAML

Update to case-insensitive-1.2.1.0

1.2.1.0
* Add traverse

1.2.0.11
* Dropped upper version bounds of dependencies because it's to much
  work to maintain.

1.2.0.10
* Support criterion-1.2

1.2.0.9
* Support base-4.10

1.2.0.8
* Support HUnit-1.5.

1.2.0.7
* Fix build of benchmarks when getting the sources from Hackage.

1.2.0.6
* Add Travis CI support
* Add Semigroup s => Semigroup (CI s) instance

1.2.0.5
* Support HUnit-1.3
* Support criterion-1.1
* Updated .nix files

1.2.0.4
* Fixed #17: https://github.com/basvandijk/case-insensitive/issues/17

1.2.0.3
* Add CHANGELOG to extra-source files so that it shows up on Hackage

1.2.0.2
* Bump base and deepseq upper bounds for GHC 7.10 compatibility
* Add case-insensitive.nix and default.nix
* Fix #14: Build failure with GHC 7.2.2
* Fix #8: Don't unnecessarily use NoImplicitPrelude

(pho)

2020-01-02 17:38:23 UTC MAIN commitmail json YAML

2020-01-02 17:38:01 UTC MAIN commitmail json YAML

doc: Added devel/hs-async version 2.2.2

(pho)

2020-01-02 17:37:50 UTC MAIN commitmail json YAML

Import async-2.2.2

This package provides a higher-level interface over threads, in which
an Async a is a concurrent thread that will eventually deliver a value
of type a. The package provides ways to create Async computations,
wait for their results, and cancel them.

Using Async is safer than using threads in two ways:

    When waiting for a thread to return a result, if the thread dies
    with an exception then the caller must either re-throw the
    exception (wait) or handle it (waitCatch); the exception cannot be
    ignored.

    The API makes it possible to build a tree of threads that are
    automatically killed when their parent dies (see withAsync).

(pho)

2020-01-02 17:29:55 UTC MAIN commitmail json YAML

2020-01-02 17:11:45 UTC MAIN commitmail json YAML

doc: Updated wm/xmonad to 0.14

(pho)

2020-01-02 17:11:38 UTC MAIN commitmail json YAML

Update to xmonad-0.14

0.14 (July 30, 2018)
Bug Fixes
* The state file that xmonad uses while restarting itself is now
  removed after it is processed. This fixes a bug that manifested in
  several different ways:
  * Names of old workspaces would be resurrected after a restart
  * Screen sizes would be wrong after changing monitor configuration
    (#90)
  * spawnOnce stopped working (xmonad/xmonad-contrib#155)
  * Focus did not follow when moving between workspaces (#87)
  * etc.
* Recover old behavior (in 0.12) when focusFollowsMouse == True: the
  focus follows when the mouse enters another workspace but not moving
  into any window.
* Compiles with GHC 8.4.1
* Restored compatability with GHC version prior to 8.0.1 by removing
  the dependency on directory version 1.2.3.

0.13 (February 10, 2017)
Breaking Changes
* When restarting xmonad, resume state is no longer passed to the next
  process via the command line. Instead, a temporary state file is
  created and xmonad's state is serialized to that file.
* When upgrading to 0.13 from a previous version, the --resume command
  line option will automatically migrate to a state file.
* This fixes issue #12.

Enhancements
* You can now control which directory xmonad uses for finding your
  configuration file and which one is used for storing the compiled
  version of your configuration. In order of preference:
  * New environment variables. If you want to use these ensure you set
    the correct environment variable and also create the directory it
    references:
    * XMONAD_CONFIG_DIR
    * XMONAD_CACHE_DIR
    * XMONAD_DATA_DIR
  * The ~/.xmonad directory.
  * XDG Base Directory Specification directories, if they exist:
    * XDG_CONFIG_HOME/xmonad
    * XDG_CACHE_HOME/xmonad
    * XDG_DATA_HOME/xmonad
* If none of these directories exist then one will be created using
  the following logic: If the relevant environment variable mentioned
  in step (1) above is set, the referent directory will be created and
  used. Otherwise ~/.xmonad will be created and used.
* This fixes a few issues, notably #7 and #56.
* A custom build script can be used when xmonad is given the
  --recompile command line option. If an executable named build exists
  in the xmonad configuration directory it will be called instead of
  ghc. It takes one argument, the name of the executable binary it
  must produce.
* This fixes #8. (One of two possible custom build solutions. See the
  next entry for another solution.)
* For users who build their xmonad configuration using tools such as
  cabal or stack, there is another option for executing xmonad.
* Instead of running the xmonad executable directly, arrange to have
  your login manager run your configuration binary instead. Then, in
  your binary, use the new launch command instead of xmonad.
* This will keep xmonad from using its configuration file
  checking/compiling code and directly start the window manager
  without execing any other binary.
* See the documentation for the launch function in XMonad.Main for
  more details.
* Fixes #8. (Second way to have a custom build environment for
  XMonad. See previous entry for another solution.)

(pho)

2020-01-02 16:52:58 UTC MAIN commitmail json YAML

2020-01-02 16:48:41 UTC MAIN commitmail json YAML

doc: Updated x11/hs-X11 to 1.9.1

(pho)

2020-01-02 16:48:30 UTC MAIN commitmail json YAML

Update to X11-1.9.1

No changelogs are provided by the upstream.

(pho)

2020-01-02 16:45:16 UTC MAIN commitmail json YAML

Be explicit about shared libraries

Recent versions of Cabal appears to build shared libraries by default unless --disable-shared is explicitly given.

(pho)

2020-01-02 16:34:47 UTC MAIN commitmail json YAML

Pass -v to ./Setup when PKG_VERBOSE is defined

(pho)

2020-01-02 15:50:10 UTC MAIN commitmail json YAML

doc: Updated www/hs-HTTP to 4000.3.14

(pho)

2020-01-02 15:50:01 UTC MAIN commitmail json YAML

Update to HTTP-4000.3.14

* If the URI contains "user:pass@" part, use it for Basic Authorization
* Add a test harness.
* Don't leak a socket when getHostAddr throws an exception.
* Send cookies in request format, not response format.
* Moved BrowserAction to be a StateT IO, with instances for
  Applicative, MonadIO, MonadState.
* Add method to control size of connection pool.
* Consider both host and port when reusing connections.
* Handle response code 304 "not modified" properly.
* Fix digest authentication by fixing md5 output string rep.
* Make the default user agent string follow the package version.
* Document lack of HTTPS support and fail when clients try
  to use it instead of silently falling back to HTTP.
* Add helper to set the request type and body.

(pho)

2020-01-02 15:44:36 UTC MAIN commitmail json YAML

Remove PLIST; we can no longer use it for Haskell packages

(pho)

2020-01-02 15:41:11 UTC MAIN commitmail json YAML

doc: Updated time/hs-timezone-series to 0.1.9

(pho)

2020-01-02 15:41:02 UTC MAIN commitmail json YAML

2020-01-02 15:37:23 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-texmath to 0.11.3

(pho)

2020-01-02 15:37:09 UTC MAIN commitmail json YAML

2020-01-02 15:28:06 UTC MAIN commitmail json YAML

Add hs-network-uri

(pho)

2020-01-02 15:27:34 UTC MAIN commitmail json YAML

doc: Added net/hs-network-uri version 2.6.1.0

(pho)

2020-01-02 15:27:23 UTC MAIN commitmail json YAML

Import network-uri-2.6.1.0

This package provides facilities for parsing and unparsing URIs, and
creating and resolving relative URI references, closely following the
URI spec, IETF RFC 3986.

(pho)

2020-01-02 15:19:08 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-tagsoup to 0.14.8

(pho)

2020-01-02 15:19:00 UTC MAIN commitmail json YAML

Update to tagsoup-0.14.8

0.14.8, released 2019-05-01
    #78, add strMap
0.14.7, released 2018-09-18
    #75, escape single quote (') characters as &#39;
    #72, update some dead URLs
0.14.6, released 2018-02-27
    Fix up source positions on bogus <! markers
0.14.5, released 2018-02-27
    Fix up source positions on bogus <? markers
0.14.4, released 2018-02-26
    #71, fix up source positions on bogus comments
0.14.3, released 2018-01-21
    #70, fix up source positions on comments
0.14.2, released 2017-11-30
    #66, make sure positions are correct for lone & characters
0.14.1, released 2017-02-25
    #63, add maybeAttrib
0.14, released 2016-06-11
    #14, eliminate Text.HTML.Download
0.13.10, released 2016-05-06
    #51, improve the Haddock documentation
    #52, fix some > 16bit HTML entities

(pho)

2020-01-02 15:06:09 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-stringsearch to 0.3.6.6

(pho)

2020-01-02 15:06:00 UTC MAIN commitmail json YAML

2020-01-02 15:03:28 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-regex-posix to 0.96.0.0

(pho)

2020-01-02 15:03:20 UTC MAIN commitmail json YAML

Update to regex-posix-0.96.0.0

* Update to regex-base-0.94.0.0 API
* Compatibility with base-4.13.0
* Remove internal regex C implementation

(pho)

2020-01-02 14:56:32 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-regex-base to 0.94.0.0

(pho)

2020-01-02 14:56:10 UTC MAIN commitmail json YAML

Update to regex-base-0.94.0.0

* Breaking change: Switch RegExp API from the previously used
  Monad(fail) to MonadFail(fail) to denote matching failures
* Define Extract Text instances for strict and lazy Text types
* Compatibility with base-4.13.0
* Explicitly declare all modules Safe under SafeHaskell for GHC 7.4
  and higher

(pho)

2020-01-02 14:49:56 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-parsec to 3.1.14.0

(pho)

2020-01-02 14:49:43 UTC MAIN commitmail json YAML

Update to parsec-3.1.14.0

3.1.14.0
* Add parseFromFile to Text.Parsec.Text.Lazy and Text.Parsec.Text
  (#103, #104).
* Clarify Haddock documentation in various places (#105,#101,#102).
* Add support for base-4.13.

3.1.13.0

* Add official support for SafeHaskell.

  NOTE: This is the first version whose SafeHaskell properties have
  become an intentional part of the API contract; previous versions
  were merely accidentally safe-inferred (or not depending on various
  factors; in other words, this was a fragile property). If you rely
  on SafeHaskell to consider module imports from parsec safe, this is
  the first version of parsec which actually guarantees a well-defined
  state; you can declare this requirement by either specifying

    build-depends: parsec >= 3.1.13.0 && < 3.2

  or, starting with cabal-version:2.0, via

    build-depends: parsec ^>= 3.1.13.0

* Drop support for GHC 7.0, GHC 7.2, and GHC 7.4.1; support window
  starts with GHC 7.4.2.

3.1.12.0
* Support limited to GHC 7.0 & GHC 7.2 only
* Add MonadFail instance for ParsecT
* Add Semigroup/Monoid instances for ParsecT (#80,#82)
* Fix space leak in Applicative/Monad interface (#37)
* Add parserTrace and parserTraced combinators for debugging.

3.1.11
* Include README.md in package.

3.1.10
* Most types now have a Typeable instance. Some instances are dropped
  from older versions of GHC (sorry about that!).
* The token-parser now rejects Unicode numeric escape sequences for
  characters outside the Unicode range.
* The token-parser now loses less precision when parsing literal
  doubles.
* Documentation fixes and corrections.
* We no longer test parsec builds on GHC 7.4.

(pho)

2020-01-02 14:41:38 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-pandoc-types to 1.17.6.1

(pho)

2020-01-02 14:41:23 UTC MAIN commitmail json YAML

2020-01-02 14:25:43 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-hscolour to 1.24.4

(pho)

2020-01-02 14:25:34 UTC MAIN commitmail json YAML

2020-01-02 14:23:01 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-xml to 1.3.14

(pho)

2020-01-02 14:22:53 UTC MAIN commitmail json YAML

2020-01-02 14:18:39 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-case-insensitive to 1.2.1.0

(pho)

2020-01-02 11:51:38 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-blaze-html to 0.9.1.2

(pho)

2020-01-02 11:51:27 UTC MAIN commitmail json YAML

Update to blaze-html-0.9.1.2

- 0.9.1.2 (2019-10-02)
    * Bump QuickCheck dependency to 2.13
    * Bump containers dependency to 0.6
    * Check in generated code
    * Regenerate .travis.yml using haskell-ci

- 0.9.1.1 (2018-06-12)
    * Fix generated source code on Hackage

- 0.9.1.0
    * Add `u` element to HTML5
    * Add `role` attribute to HTML5
    * Bump HUnit dependency to 1.6
    * Bump QuickCheck dependency to 2.11

- 0.9.0.1
    * Fix CHANGELOG

- 0.9.0.0
    * Bump blaze-html dependency to 0.8.  This has a few consequences:
        - Make `MarkupM` finally adhere to the Monad laws
        - Stricten the `IsString` instance to only work with `MarkupM ()` and
          not `MarkupM a`
        - Change the type of `contents` to `MarkupM a -> MarkupM a`
        - Add a `Semigroup` instance for `MarkupM`

- 0.7.1.1

- 0.8.1.3
    * Bump HUnit dependency to 1.5

- 0.8.1.2
    * Bump QuickCheck dependency to 2.9

- 0.8.1.1
    * Bump HUnit dependency to 1.3

- 0.8.1.0
    * Add `<main>` element to HTML5

- 0.8.0.2
    * Relax blaze-builder dependency to include 0.3 again

- 0.8.0.1
    * Bump QuickCheck dependency to 2.8

- 0.8.0.0
    * Bump blaze-builder dependency to 0.4

- 0.7.1.0
    * Add `itemscope` and `itemprop` attributes
    * Constraint `blaze-markup` dependency

(pho)

2020-01-02 11:47:59 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-blaze-markup to 0.8.2.3

(pho)

2020-01-02 11:47:47 UTC MAIN commitmail json YAML

Update to blaze-markup-0.8.2.3

- 0.8.2.3 (2019-10-02)
    * Bump `base` to 4.13
    * Bump `tasty` to 1.2
    * Bump `QuickCheck` to 2.13

- 0.8.2.2 (2018-09-25)
    * Bump `base` to 4.12
    * Bump `containers` to 0.6
    * Bump `tasty` to 1.1

- 0.8.2.1 (2018-04-09)
    * Bump `QuickCheck` dependency to allow 2.11
    * Bump `tasty` dependency to allow 1.0
    * Bump `tasty-hunit` dependency to allow 0.10
    * Bump `tasty-quickcheck` dependency to allow 0.10

- 0.8.2.0 (2018-01-09)
    * Define `ToMarkup` instance for `Natural`.

- 0.8.1.0 (2017-09-16)
    * Compatibility with Semigroup/Monoid proposal
    * Switch to `tasty` for running tests

- 0.8.0.0 (2017-01-30)
    * Make `MarkupM` finally adhere to the Monad laws
    * Stricten the `IsString` instance to only work with `MarkupM ()` and not
      `MarkupM a`
    * Change the type of `contents` to `MarkupM a -> MarkupM a`
    * Add a `Semigroup` instance for `MarkupM`

- 0.7.1.1
    * Bump `HUnit` dependency to allow 1.5

- 0.7.1.0
    * Relax `QuickCheck` dependency to allow 2.9
    * Add text builder instances

- 0.7.0.3
    * Relax `HUnit` dependency to allow 1.3

- 0.7.0.2
    * Relax `blaze-builder` dependency to allow 0.3

- 0.7.0.1
    * Bump `QuickCheck` dependency to allow 2.8

- 0.7.0.0
    * Depend on blaze-builder 0.4

- 0.6.3.0
    * Add combinators to insert HTML comments

- 0.6.2.0
    * Add `Applicative` instance for `MarkupM`

(pho)

2020-01-02 11:40:05 UTC MAIN commitmail json YAML

2020-01-02 11:34:38 UTC MAIN commitmail json YAML

doc: Updated math/hs-mwc-random to 0.14.0.0

(pho)

2020-01-02 11:34:29 UTC MAIN commitmail json YAML

Update to mwc-random-0.14.0.0

Changes in 0.14.0.0
* Low level functions for acquiring random data for initialization of
  PRGN state is moved to System.Random.MWC.SeedSource module
* Ensure that carry is always correct when restoring PRNG state from
  seed. Only affects users who create 258 element seed manually. (#63,
  #65)

Changes in 0.13.6.0
* tablePoisson now can handle 了>1923, see #59 for details. That
  required intoduction of dependency on math-functions.

Changes in 0.13.5.0
* logCategorical added

Changes in 0.13.4.0
* withSystemRandom uses RtlGenRandom for seeding generator on windows

(pho)

2020-01-02 11:16:04 UTC MAIN commitmail json YAML

Add hs-math-functions

(pho)

2020-01-02 11:15:28 UTC MAIN commitmail json YAML

doc: Added math/hs-math-functions version 0.3.3.0

(pho)

2020-01-02 11:15:20 UTC MAIN commitmail json YAML

Import math-functions-0.3.3.0

This library contain collection of various utilities for numerical
computing. So far there're special mathematical functions, compensated
summation algorithm, summation of series, root finding for real
functions, polynomial summation and Chebyshev polynomials.

(pho)

2020-01-02 11:01:05 UTC MAIN commitmail json YAML

Add hs-vector-th-unbox

(pho)

2020-01-02 11:00:38 UTC MAIN commitmail json YAML

doc: Added devel/hs-vector-th-unbox version 0.2.1.7

(pho)

2020-01-02 11:00:30 UTC MAIN commitmail json YAML

Import vector-th-unbox-0.2.1.7

A Template Haskell deriver for unboxed vectors, given a pair of
coercion functions to and from some existing type with an Unbox
instance.

(pho)

2020-01-02 10:39:06 UTC MAIN commitmail json YAML

doc: Updated devel/hs-void to 0.7.3

(pho)

2020-01-02 10:38:57 UTC MAIN commitmail json YAML

Update to void-0.7.3

0.7.3 [2019.05.10]
* Backport the Lift Void instance introduced in
  template-haskell-2.15.0.0.

0.7.2
* Only depend on deepseq, hashable, and semigroups if using GHC 7.8 or
  earlier.
* Cleaned up spurious "redundant constraint" warnings on GHC 8+

0.7.1
* Support semigroups 0.17 on older GHCs
* Backported NFData's semigroup instance to older GHCs.

0.7
* adapt to Data.Void being moved into base-4.8
* vacuousM removed

(pho)

2020-01-02 10:28:34 UTC MAIN commitmail json YAML

doc: Updated devel/hs-vector-algorithms to 0.8.0.3

(pho)

2020-01-02 10:28:25 UTC MAIN commitmail json YAML

Update to vector-algorithms-0.8.0.3

Version 0.8.0.3 (2019-12-02)
    Fix out-of-bounds access in Timsort.

Version 0.8.0.2 (2019-11-28)
    Bump upper bounds on primitive and QuickCheck.
    Expose 'terminate' function from 'AmericanFlag' module.
    Fix an off-by-one error in Data.Vector.Algorithms.Heaps.heapInsert.

(pho)

2020-01-02 09:31:58 UTC MAIN commitmail json YAML

doc: Updated devel/hs-vault to 0.3.1.3

(pho)

2020-01-02 09:31:47 UTC MAIN commitmail json YAML

Update to vault-0.3.1.3

0.3.1.3
    Bump dependencies to allow hashable-1.3.
    Compatibility with GHC-8.8
        Bump dependencies to allow base >= 4.5 && < 4.14

0.3.1.2
    Bump dependencies to allow containers-0.6.
    Compatibility with GHC-8.6
        Bump dependencies to allow base >= 4.5 && < 4.13.

0.3.1.1
    Rename source files to allow building the package with Bazel.

0.3.1.0
    Compatibility with GHC-8.4:
        Bump dependencies to allow base >= 4.5 && < 4.12.
        Add Semigroup instances.

0.3.0.7
    Bump dependencies to allow base >= 4.5 && < 4.11.

0.3.0.6
    Bump dependencies to allow base >= 4.5 && < 4.10.

0.3.0.5
    Add support for GHC type roles extension, using the RoleAnnotations language pragma.

0.3.0.4
    Bump upper version bound for the base dependency.

(pho)

2020-01-02 09:20:16 UTC MAIN commitmail json YAML

Remove PLIST; we can no longer use it for Haskell packages

(pho)

2020-01-02 09:18:48 UTC MAIN commitmail json YAML

2020-01-02 09:13:43 UTC MAIN commitmail json YAML

Remove PLIST; we can no longer use it for Haskell packages

(pho)

2020-01-02 09:11:42 UTC MAIN commitmail json YAML

doc: Updated devel/hs-split to 0.2.3.3

(pho)

2020-01-02 09:11:34 UTC MAIN commitmail json YAML

Update to split-0.2.3.3

* 0.2.3.3 (23 Jan 2018)
  - Update for GHC-8.4, test with GHC 7.0-8.4

* 0.2.3.2 (15 May 2017)
  - Move to github.

* 0.2.3.1 (2 May 2016)
  - Fix a test case which was causing occasional spurious test suite
    failures due to too many discarded tests.  Thanks to Doug
    Beardsley and Peter Simons for reporting the issue.

* 0.2.3 (12 January 2016)
  - New function 'divvy' (with associated tests) from Tim Washington.

* 0.2.2r2 (7 Jan 2016)
  - allow base-4.9

* 0.2.2r1 (12 Dec 2014)
  - allow base-4.8

(pho)

2020-01-02 09:07:16 UTC MAIN commitmail json YAML

doc: Updated devel/hs-setlocale to 1.0.0.9

(pho)

2020-01-02 09:07:04 UTC MAIN commitmail json YAML

2020-01-02 07:19:31 UTC MAIN commitmail json YAML

doc: Updated devel/hs-safe to 0.3.18

(pho)

2020-01-02 07:19:23 UTC MAIN commitmail json YAML

Update to safe-0.3.18

0.3.18, released 2019-12-04
    #27, deprecate maximumDef and friends, fold*1Def
    #27, add maximumBounded and friends
    Stop supporting GHC 7.4 to 7.8
0.3.17, released 2018-03-09
    Improve the display of errors, less internal callstack
    Add a few missing Partial constraints
0.3.16, released 2018-01-06
    #22, add Safe index
0.3.15, released 2017-06-18
    Support QuickCheck 2.10
0.3.14, released 2017-02-15
    #20, fix for GHC 7.10.1
0.3.13, released 2017-02-09
    #20, require GHC 7.4 or above
0.3.12, released 2017-02-05
    #19, add Safe.Partial exposing a Partial typeclass
    #19, add support for GHC call stacks
0.3.11, released 2017-01-22
    #16, add Safe succ and pred
    #16, add readEitherSafe for better errors than readEither
    #14, add Safe zip3Exact
0.3.10, released 2016-11-08
    #15, add Safe cycle
0.3.9, released 2015-05-09
    #9, add Safe toEnum
0.3.8, released 2014-08-10
    #8, remove unnecessary Ord constraints from Foldable functions

(pho)

2020-01-02 07:16:35 UTC MAIN commitmail json YAML

doc: Updated devel/hs-reflection to 2.1.5

(pho)

2020-01-02 07:16:27 UTC MAIN commitmail json YAML

Update to reflection-2.1.5

2.1.5 [2019.08.27]
* Fix a bug in which reifyNat would yield incorrect results for very
  large Integers on GHC 8.2 or later.

2.1.4 [2018.07.02]
* Allow building with GHC 8.6.

2.1.3 [2018.01.18]
* Add Semigroup instance for ReflectedMonoid.

2.1.2
* Support cross-compilation and unregistered GHC builds.

2.1.1.1
* Fixed typos in the documentation.

2.1.1
* Fixed support for GHC 7.0

2.1
* Added ReifiedMonoid and ReifiedApplicative.

2
* Added reifyNat and reifySymbol for GHC 7.8+, capable of reflecting
  into the KnownNat and KnownSymbol classes respectively for use with
  other APIs.
* Back-ported reifyTypeable from lens. This enables us to perform a
  (less efficient) form of Typeable reflection.

1.5.2
* Renamed the flag for disabling the use of template-haskell, to
  -f-template-haskell for consistency with my other packages.

1.5.1.2
* Builds warning-free on GHC 7.10.
* Added a dynamic FromJSON example.

1.5.1.1
* Updated the link to the paper.
* More examples.

(pho)

2020-01-02 04:58:21 UTC MAIN commitmail json YAML

doc: Updated devel/hs-hint to 0.7.0

(pho)

2020-01-02 04:58:07 UTC MAIN commitmail json YAML

Update to hint-0.7.0

0.7.0
* Support for GHC 8.2
* Support use in a dynamically-linked executable
* Add normalizeType, like ghci's :kind!
* Drop support for GHC 7.6

0.6.0
* Support for GHC 8.0
* Add displayException to InterpreterError

0.5.2
* Add runInterpreter variant that takes a GHC libdir at runtime
* Add missing negated extensions to the Extension type
* Do not throw GHC warnings as errors

0.5.1
* Expose unsafeInterpret in Language.Haskell.Interpreter.Unsafe

0.5.0
* Drop support for GHC 7.4
* Remove deprecated functions and modules:
  * glasgowExtensions
  * setUseLanguageExtensions
  * setInstalledModsAreInScopeQualified
  * Language.Haskell.Interpreter.GHC
  * Language.Haskell.Interpreter.GHC.Unsafe
* Drop dependencies on ghc-mtl and extensible-exceptions

0.4.3
* New maintainer and source code repo

(pho)

2020-01-02 04:52:53 UTC MAIN commitmail json YAML

doc: Updated devel/hs-haskell-src-exts to 1.22.0

(pho)

2020-01-02 04:52:43 UTC MAIN commitmail json YAML

Update to haskell-src-exts-1.22.0

1.21.1 --> 1.22.0
=================
* Support Template Haskell typed splices and quotations (#432)
  - Breaking change: new constructors on Token data type
* Fix unicode identifier parsing (#442)

1.21.0 --> 1.21.1
=================
* GHC 8.8.1 compatibility (MonadFail)

1.20.3 --> 1.21.0
=================
* DerivingVia (#420)
* TypeInType  (#414)
* Parse TH-quoted list constructor (#415)

1.20.2 --> 1.20.3
=================
* GHC 8.6.1 compatability (MonadFail)
* Remove cpphs dependency

1.20.1 --> 1.20.2
=================
* Add fixity of (&)
* GHC 8.4.1 compatability

1.20.0 --> 1.20.1
===================
* Fix two test failures

1.19.1 --> 1.20.0
===================

* GHC 8.2 updates
* Add some missing Generics instances (#380)
* Support Template Haskell pattern splices (#352)
* Fix overloaded labels starting with _ (#362)
* Relax MultiParamTypeClass check (#333)
* DeriveAnyClass (#337)
* Deriving Strategies (#387)
* OVERLAPS/OVERLAPPING/OVERLAPPABLE pragmas
* Unboxed Sums
* Expression holes in infix expressions
* Support multiple pattern synonyms per pattern synonym signature
* COMPLETE pragmas
* Fix #309, remove unnecessary semi-colon from pretty printer
* Refine ExplicitNamespaces to properly export type operators

1.19.0 --> 1.19.1
===================

* Revert making fields of `SrcLoc` strict. (#340)

1.18.2 --> 1.19.0
===================

* Add JavaScriptFFI to known extensions (#335)
* Remove space when pretty printing `SrcLoc`. (#307)
* Don't reverse arguments in a context. (#328)
* Add support for EmptyCase extension (#255)

1.18.1 --> 1.18.2
===================

* Fix overzealous lexing of type applications

1.18.0 --> 1.18.1
===================

* Fix overzealous lexing of overloaded labels.

1.17.1 --> 1.18.0
===================

* Remove simplified AST
* GHC 8.0 update: Overloaded labels, type applications, pattern synonym
extensions, StrictData, injective type families

AST changes:

* Add TyQuasiQuote (#279).

Other changes:

* Only treat 'role' as a keyword in certain contexts (#286).
* Prettyprint '!' in patterns correctly when BangPatterns are enabled (#287).
* Parse magic hash with multiple trailing hashes (#300).
* Apply fixities inside pattern synonym builders
* Fix lexing of idents with multiple trailing #

(pho)

2020-01-02 04:35:18 UTC MAIN commitmail json YAML

Remove PLIST; we can no longer use it for Haskell packages

(pho)

2020-01-02 03:27:22 UTC MAIN commitmail json YAML

doc: Updated devel/hs-cpphs to 1.20.8

(pho)

2020-01-02 03:27:13 UTC MAIN commitmail json YAML

Update to cpphs-1.20.8

Version 1.20
------------
  * bugfixes for #if defined(FOO) && FOO(a,b)
  * (1.20.1): fix version number
  * (1.20.2): ensure all input/output is UTF8, regardless of locale
  * (1.20.3): detect an absolute windows path with a drive letter in a #include
  * (1.20.4): more windows path handling
  * (1.20.5): revert change in 1.20.4
  * (1.20.6): minor bugfix for crash in obscure corner case
  * (1.20.7): bugfix for windows drive letter in #include
  * (1.20.8): another bugfix for windows drive letter in #include

Version 1.19
------------
  * (1.19.3): bugfix for hlint ticket #161 - interaction of --unlit/--linepragma

(pho)

2020-01-02 03:21:20 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-polyparse to 1.13

(pho)

2020-01-02 03:21:09 UTC MAIN commitmail json YAML

Update to polyparse-1.13

1.13
* GHC-8.8 compatibility
* PolyParse has MonadFail as a superclass.

1.12.1
* GHC-8.6 compatibility
  * MonadFail instances

(pho)

2020-01-02 03:07:02 UTC MAIN commitmail json YAML

Add hs-old-time

(pho)

2020-01-02 03:06:33 UTC MAIN commitmail json YAML

doc: Added time/hs-old-time version 1.1.0.3

(pho)

2020-01-02 03:06:18 UTC MAIN commitmail json YAML

Import old-time-1.1.0.3

This package provides the old time library.

For new projects, the newer time library is recommended.

(pho)

2020-01-02 02:55:32 UTC MAIN commitmail json YAML

Add hs-time-compat

(pho)

2020-01-02 02:54:51 UTC MAIN commitmail json YAML

Add hs-base-compat, hs-base-orphans, hs-th-abstraction

(pho)

2020-01-02 02:47:43 UTC MAIN commitmail json YAML

doc: Updated devel/hs-MonadRandom to 0.5.1.1

(pho)

2020-01-02 02:47:31 UTC MAIN commitmail json YAML

2020-01-01 06:44:18 UTC MAIN commitmail json YAML

doc: Updated devel/hs-blaze-builder to 0.4.1.0

(pho)

2020-01-01 06:44:06 UTC MAIN commitmail json YAML

Update to blaze-builder-0.4.1.0

* 0.4.1.0
- Gain compatibility with the Semigroup/Monoid proposal
- Add Word8 HTML escaping builders
- Speed up `fromHtmlEscapedText` and `fromHtmlEscapedLazyText`

* 0.4.0.2
- Fixed warnings on GHC 7.10, courtesy of Mikhail Glushenkov.

* 0.4.0.1
- Tightened the version constraints on the bytestring package for GHC
  7.8

* 0.4.0.0
- This is now a compatibility shim for the new bytestring builder.
  Most of the old internal modules are gone.  See this blog post for
  more information:

  <http://blog.melding-monads.com/2015/02/12/announcing-blaze-builder-0-4/>

- The 'Blaze.ByteString.Builder.Html.Utf8.fromHtmlEscaped*' functions
  now strip out any ASCII control characters present in their inputs.
  See <https://github.com/lpsmith/blaze-builder/issues/1> for more
  information.

(pho)

2020-01-01 05:37:32 UTC MAIN commitmail json YAML

doc: Updated devel/happy to 1.19.12

(pho)

2020-01-01 05:37:22 UTC MAIN commitmail json YAML

Update to happy-1.19.12

1.19.12
* Fix for building with GHC 8.8.x
* Move custom Setup preprocessing steps into a separate executable,
  like Alex

1.19.11
* Fix for building with GHC 8.6.x

1.19.10
* Fix polymorphic (rank-n) non-terminals
* Fix for GHC 8.8.1

1.19.9
* Fix cabal warnings
* Bump upper bounds
* Fix build with GHC 8.4.1-alpha

1.19.8
* Fix issue #94 (some grammars don't compile due to new type
  signatures introduced to allow overloading to be used)

1.19.7
* Fix misisng test suite files in the sdist

1.19.6
* Manually generate Parser.hs using Makefile before sdist, to fix
  bootstrapping problems with cabal sandboxes & new-build
* Documentation fixes
* Fixed GLR support
* new option -p/--pretty prints the grammar rules (only) to a file
* Added generation of additional type signatures to enable use of
  typeclasses in monadic parsers.

(pho)

2020-01-01 05:32:11 UTC MAIN commitmail json YAML

doc: Updated devel/alex to 3.2.5

(pho)

2020-01-01 05:32:03 UTC MAIN commitmail json YAML

Update to alex-3.2.5

Changes in 3.2.5:
* Build fixes for GHC 8.8.x

Changes in 3.2.4:
* Remove dependency on QuickCheck
* Change the way that bootstrapping is done: see README.md for build instructions

Changes in 3.2.3:
* fix issue when using cpphs (#116)

Changes in 3.2.2:
* Manage line length in generated files [GH-84]
* Fix issue when identifier with multiple single quotes, e.g. foo''
  was used
* Allow omitting spaces around = in macro definitions
* Include pre-generated Parser.hs and Scan.hs in the Hackage upload,
  to make bootstrapping easier.

Changes in 3.2.1:
* Fix build problem with GHC; add new test tokens_scan_user.x

Changes in 3.2.0:
* Allow the token type and productions to be overloaded, and add new
  directives: %token, %typeclass, %action. See "Type Signatures and
  Typeclasses" in the manual.
* Some small space leak fixes

(pho)

2020-01-01 05:25:05 UTC MAIN commitmail json YAML

doc: Updated sysutils/hs-temporary to 1.3

(pho)

2020-01-01 05:24:55 UTC MAIN commitmail json YAML

Update to temporary-1.3

1.3
* Generated directory names are now based on random hex strings rather
  than PIDs.
* This got a major version bump as a courtesy to users who may depend
  on the specific form of generated names, but that form is not part
  of the API contract and should not be depended upon.

1.2.1.1
* Improve the docs

1.2.1
* Limit support to GHC 7.0+
* Add new functions: writeTempFile, writeSystemTempFile,
  emptyTempFile, emptySystemTempFile
* Make sure that system* functions return canonicalized paths
* Modernize the code base, add tests and documentation

1.2.0.4
* Update maintainership information
* Fix the docs

(pho)

2020-01-01 05:21:34 UTC MAIN commitmail json YAML

doc: Updated math/hs-distributive to 0.6.1

(pho)

2020-01-01 05:21:17 UTC MAIN commitmail json YAML

Update to distributive-0.6.1

0.6.1 [2019.09.06]
* Add a Distributive instance for WrappedMonad m.

0.6 [2018.07.02]
* Remove fmapCollect.
* Avoid incurring some dependencies when using recent GHCs.

0.5.3
* Support doctest-0.12

0.5.2
* Revamp Setup.hs to use cabal-doctest. This makes distributive build
  with Cabal-1.25, and makes the doctests work with cabal new-build
  and sandboxes.
* Fix bugs in Data.Distributive.Generic that cause generic
  Distributive instances not to work properly for datatypes with
  recursive types
* Add genericCollect to Data.Distributive.Generic, and switch the
  underlying machinery in that module to work on a collect-like method
  instead of a distribute-like one
* Add a test suite for regression-testing Data.Distributive.Generic

0.5.1
* Add Distributive instances for datatypes from Data.Semigroup and
  GHC.Generics
* Add MINIMAL pragma for Distributive

0.5.0.2
* A more elegant fix for builds on GHC 7.2

0.5.0.1
* Fix builds on GHC 7.2

0.5
* Added flags for removing some dependencies.
* Support doctests when building to non-standard locations (such as
  when using stack.)
* Support base-orphans

(pho)

2020-01-01 05:15:31 UTC MAIN commitmail json YAML

doc: Updated devel/hs-resourcet to 1.1.11

(pho)

2020-01-01 05:15:20 UTC MAIN commitmail json YAML

Update to resourcet-1.1.11

1.1.11
* runResourceTChecked, which checks if any of the cleanup actions
  threw exceptions and, if so, rethrows them. NOTE This is probably a
  much better choice of function than runResourceT, and in the next
  major version release, will become the new behavior of runResourceT.

1.1.10
* Added MonadUnliftIO instances and UnliftIO.Resource

1.1.9
* Add generalized version of resourceForkIO

1.1.8.1
* Allocation actions should be masked

1.1.8
* Add instance MonadFix ResourceT #281

1.1.7.5
* Inline the tutorial from SoH

1.1.7.4
* Make test suite slightly more robust

1.1.7.3
* Doc tweak

1.1.7.2
* Remove upper bound on transformers #249

1.1.7.1
* transformers-compat 0.5

1.1.7
* Canonicalise Monad instances #237

1.1.6
* Safe/Trustworthy for resourcet #220

1.1.5
* Add pass-through instances for Alternative and MonadPlus #214

1.1.4.1
* Allow older exceptions version again

1.1.4
* Add MonadResource ExceptT instance #198

1.1.3.2
* monad-control-1.0 support #191

(pho)

2020-01-01 05:12:43 UTC MAIN commitmail json YAML

doc: Updated devel/hs-lifted-base to 0.2.3.12

(pho)

2020-01-01 05:12:31 UTC MAIN commitmail json YAML