ekmett / comonad

Haskell 98 comonads
http://hackage.haskell.org/package/comonad
Other
77 stars 32 forks source link

Remove Setup.hs #51

Closed vmchale closed 3 years ago

vmchale commented 5 years ago

This will allow cross-compilation with cabal-install.

RyanGlScott commented 5 years ago

See my comments here.

RyanGlScott commented 3 years ago

This has been superseded by #58, which removes the custom Setup script in favor of a cabal-docspec–based approach to running doctests. See also ekmett/lens#959, which tracks the larger effort to migrate other Kmettiverse libraries away from custom Setup scripts.