Giter VIP home page Giter VIP logo

Comments (7)

Hexirp avatar Hexirp commented on September 2, 2024

Windows への対応は jaspervdj/hakyll#664 で終わった。

from hexirp-hakyll.

Hexirp avatar Hexirp commented on September 2, 2024

breakWhen の効率化も。

from hexirp-hakyll.

Hexirp avatar Hexirp commented on September 2, 2024

inDir の修正も。

from hexirp-hakyll.

Hexirp avatar Hexirp commented on September 2, 2024

jaspervdj/hakyll#745

stack.yaml の設定の整理。

from hexirp-hakyll.

Hexirp avatar Hexirp commented on September 2, 2024

jaspervdj/hakyll#746

GHC-8.4 でビルドできるようにする。

from hexirp-hakyll.

Hexirp avatar Hexirp commented on September 2, 2024

ちょっと待て。

--------------------------------------------------------------------------------
instance Semigroup RuleSet where
(<>) (RuleSet r1 c1 s1 p1) (RuleSet r2 c2 s2 p2) =
RuleSet (mappend r1 r2) (mappend c1 c2) (mappend s1 s2) (p1 .||. p2)
instance Monoid RuleSet where
mempty = RuleSet mempty mempty mempty mempty
mappend = (<>)

ここで mempty = Everything なのに mappend に該当するものとして (.||.) を使っている。

from hexirp-hakyll.

Hexirp avatar Hexirp commented on September 2, 2024

jaspervdj/hakyll#747

cryptonite への移行。

#44

これと大体同じ内容。

from hexirp-hakyll.

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.