<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/runtime/haskell/PGF/Optimize.hs, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.adelon.net/gf-core.git/atom?h=master</id>
<link rel='self' href='https://git.adelon.net/gf-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/'/>
<updated>2020-03-15T18:57:47+00:00</updated>
<entry>
<title>restore the sequence ordering after -optimize-pgf</title>
<updated>2020-03-15T18:57:47+00:00</updated>
<author>
<name>krangelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2020-03-15T18:57:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=733fdac755aac4752b60e42402f6a2ba67a58d57'/>
<id>urn:sha1:733fdac755aac4752b60e42402f6a2ba67a58d57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix deprecations from containers &gt;= 0.4.0.0</title>
<updated>2018-11-30T10:52:56+00:00</updated>
<author>
<name>Peter Ljunglöf</name>
<email>peter.ljunglof@heatherleaf.se</email>
</author>
<published>2018-11-30T10:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=4d34c7f66b1783423387c9dae359bd38f64426dd'/>
<id>urn:sha1:4d34c7f66b1783423387c9dae359bd38f64426dd</id>
<content type='text'>
E.g. `foldWithKey` has been deprecated since 0.4.0.0 (November 2010)[1] and has been removed in 0.6.0.1 (2018)[2]

[1]: https://github.com/haskell/containers/blob/master/changelog.md#0400--nov-2010
[2]: https://github.com/haskell/containers/blob/master/changelog.md#death-of-deprecated-functions

(commit originally by @fredefox)
</content>
</entry>
<entry>
<title>bugfix for random generation with HOAS</title>
<updated>2017-12-19T09:47:30+00:00</updated>
<author>
<name>Krasimir Angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2017-12-19T09:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=a7926835a3a3911ff7455146cb1d0b8f117ba350'/>
<id>urn:sha1:a7926835a3a3911ff7455146cb1d0b8f117ba350</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version requirements to base&gt;=4.6, Cabal&gt;=1.20</title>
<updated>2017-08-18T09:55:44+00:00</updated>
<author>
<name>Thomas Hallgren</name>
<email>th-github@altocumulus.org</email>
</author>
<published>2017-08-18T09:55:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=0a0eaa01bcbe9574bb86a6470ca5139fbd32a9d3'/>
<id>urn:sha1:0a0eaa01bcbe9574bb86a6470ca5139fbd32a9d3</id>
<content type='text'>
Cabal&gt;=1.20 allows control over parallelism when compiling grammars from
Setup.hs and WebSetup.hs.

base&gt;=4.6 allows conditional compilation with CPP to be eliminated from
a few modules.

base-4.6 corresponds to GHC 7.6.3, which is what you get in
Debian 8 (aka jessie, aka oldstable) from 2015.
</content>
</entry>
<entry>
<title>added all orthographic primitives</title>
<updated>2015-05-11T13:01:39+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2015-05-11T13:01:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=1e0d7be4f4322836093d744c916fe02bfbcf9418'/>
<id>urn:sha1:1e0d7be4f4322836093d744c916fe02bfbcf9418</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prelude.CAPIT is now a built-in primitive. It still generates &amp;| in the Haskell runtime but will be intepreted in the C runtime</title>
<updated>2014-10-09T19:34:12+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2014-10-09T19:34:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=f8b73d593ca147e48a723d3dceda7c5977d21ae6'/>
<id>urn:sha1:f8b73d593ca147e48a723d3dceda7c5977d21ae6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restore compatibility with GHC 7.0</title>
<updated>2014-02-10T21:44:34+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2014-02-10T21:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=c9af5d11c0d46c2c817ef4bf7a9d68c77d05d995'/>
<id>urn:sha1:c9af5d11c0d46c2c817ef4bf7a9d68c77d05d995</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PGF.Optimize: one more fix for unsafeFreeze</title>
<updated>2014-02-04T13:47:37+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2014-02-04T13:47:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=edeb094cf5dcde5d444adf2cdbd72a86f8aade2c'/>
<id>urn:sha1:edeb094cf5dcde5d444adf2cdbd72a86f8aade2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PGF.Optimize: import unsafeFreeze from Data.Array.Unsafe for compatibility with ghc-7.8</title>
<updated>2014-02-04T13:44:07+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2014-02-04T13:44:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=9df56550cd898c34c26cb92bab388e5e4ebb2739'/>
<id>urn:sha1:9df56550cd898c34c26cb92bab388e5e4ebb2739</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-optimize-pgf should also apply to the linrefs</title>
<updated>2013-11-29T14:25:23+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-11-29T14:25:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=1067d5960964995e92209354aecb4c4ed82e9b86'/>
<id>urn:sha1:1067d5960964995e92209354aecb4c4ed82e9b86</id>
<content type='text'>
</content>
</entry>
</feed>
