Commit 9fbe4b24 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Fixing dependency issues

parent 571e371f
......@@ -7,7 +7,7 @@ name: ihaskell-parsec
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.2.0.0
version: 0.2.1.0
-- A short (one-line) description of the package.
synopsis: IHaskell display instances for Parsec
......@@ -38,6 +38,7 @@ category: Development
build-type: Simple
extra-source-files: widget.html, widget.js
-- Extra files to be distributed with the package, such as examples or a
-- README.
-- extra-source-files:
......
......@@ -85,7 +85,6 @@ library
system-argv0 -any,
system-filepath -any,
tar -any,
template-haskell -any,
text >=0.11,
transformers -any,
unix >= 2.6,
......
......@@ -20,7 +20,6 @@ import Data.Char as Char
import Data.Dynamic
import Data.Typeable
import qualified Data.Serialize as Serialize
import qualified Language.Haskell.TH as TH
import System.Directory
import Filesystem.Path.CurrentOS (encodeString)
import System.Posix.IO
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment