packages feed

fclabels-monadlib 0.2.0 → 0.2.1

raw patch · 3 files changed

+5/−4 lines, 3 filesdep −haskell98setup-changed

Dependencies removed: haskell98

Files

− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
+ Setup.lhs view
@@ -0,0 +1,4 @@+#! /usr/bin/env runhaskell++> import Distribution.Simple+> main = defaultMain
fclabels-monadlib.cabal view
@@ -1,5 +1,5 @@ Name:                fclabels-monadlib-Version:             0.2.0+Version:             0.2.1 Synopsis:            MonadLib monadic interface for the "fclabels" package. Description:         A MonadLib-compatible monadic interface for the "fclabels" package. License:             BSD3@@ -12,7 +12,6 @@  Library         build-depends:       base == 4.*,-                             haskell98,                              monadLib == 3.6.*,                              fclabels == 1.1.*         extensions:          TypeOperators