GithubHelp home page GithubHelp logo

Cut release for GHC 8.6.1 about binary HOT 5 CLOSED

bgamari avatar bgamari commented on June 8, 2024 1
Cut release for GHC 8.6.1

from binary.

Comments (5)

kolmodin avatar kolmodin commented on June 8, 2024

from binary.

bgamari avatar bgamari commented on June 8, 2024

It can certainly wait; I'll bump the submodule to pointer to the current master branch in the meantime.

from binary.

bgamari avatar bgamari commented on June 8, 2024

Ping.

from binary.

kolmodin avatar kolmodin commented on June 8, 2024

I just had a quick look, it looks like the next version needs have a major bump.

+#if __GLASGOW_HASKELL__ >= 800
+#define HAS_DATA_KIND
+#endif

-newtype Tagged (s :: * -> *) b = Tagged {unTagged :: b}
+#ifdef HAS_DATA_KIND
+newtype Tagged (s :: Type -> Type) b = Tagged {unTagged :: b}
+#else
+newtype Tagged (s :: * -> *)       b = Tagged {unTagged :: b}
+#endif

Since 0.8.5.1 was also released as 0.9.0.0 this new version needs to be 0.10.0.0. I'll try to release it within a few days.

from binary.

kolmodin avatar kolmodin commented on June 8, 2024

Done! Version 0.10.0.0 is out. Let me know how it works for you.

from binary.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.