graphted 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- graphted.cabal +1/−1
- src/Control/Applicative/Graph.hs +1/−1
graphted.cabal view
@@ -1,5 +1,5 @@ name: graphted-version: 0.1.0.0+version: 0.1.0.1 synopsis: Graph indexed monads. -- description: TODO homepage: https://github.com/aaronfriel/graphted#readme
src/Control/Applicative/Graph.hs view
@@ -13,7 +13,7 @@ {-# LANGUAGE DefaultSignatures #-} {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE MultiParamTypeClasses #-}-{-# LANGUAGE Polypinds #-}+{-# LANGUAGE PolyKinds #-} {-# LANGUAGE TypeFamilies #-} -- For the default Apply, Then, and But instances.