sketch-frp-copilot 1.0.6 → 1.0.7
raw patch · 3 files changed
+8/−1 lines, 3 files
Files
- CHANGELOG +6/−0
- sketch-frp-copilot.cabal +1/−1
- src/Sketch/FRP/Copilot/Types.hs +1/−0
CHANGELOG view
@@ -1,3 +1,9 @@+sketch-frp-copilot (1.0.7) upstream; urgency=medium++ * Fix building with ghc 9.2.++ -- Joey Hess <id@joeyh.name> Fri, 13 Jan 2023 15:04:59 -0400+ sketch-frp-copilot (1.0.6) upstream; urgency=medium * Update copilot to version 3.13.
sketch-frp-copilot.cabal view
@@ -1,5 +1,5 @@ Name: sketch-frp-copilot-Version: 1.0.6+Version: 1.0.7 Cabal-Version: >= 1.10 License: BSD3 Maintainer: Joey Hess <id@joeyh.name>
src/Sketch/FRP/Copilot/Types.hs view
@@ -1,5 +1,6 @@ {-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE FlexibleInstances #-}+{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE MultiParamTypeClasses #-} {-# LANGUAGE UndecidableInstances #-} {-# LANGUAGE ScopedTypeVariables #-}