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

Fixing dependency issues

parent 571e371f
...@@ -7,7 +7,7 @@ name: ihaskell-parsec ...@@ -7,7 +7,7 @@ name: ihaskell-parsec
-- PVP summary: +-+------- breaking API changes -- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions -- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change -- | | | +--- code changes with no API change
version: 0.2.0.0 version: 0.2.1.0
-- A short (one-line) description of the package. -- A short (one-line) description of the package.
synopsis: IHaskell display instances for Parsec synopsis: IHaskell display instances for Parsec
...@@ -38,6 +38,7 @@ category: Development ...@@ -38,6 +38,7 @@ category: Development
build-type: Simple build-type: Simple
extra-source-files: widget.html, widget.js
-- Extra files to be distributed with the package, such as examples or a -- Extra files to be distributed with the package, such as examples or a
-- README. -- README.
-- extra-source-files: -- extra-source-files:
......
...@@ -85,7 +85,6 @@ library ...@@ -85,7 +85,6 @@ library
system-argv0 -any, system-argv0 -any,
system-filepath -any, system-filepath -any,
tar -any, tar -any,
template-haskell -any,
text >=0.11, text >=0.11,
transformers -any, transformers -any,
unix >= 2.6, unix >= 2.6,
......
...@@ -20,7 +20,6 @@ import Data.Char as Char ...@@ -20,7 +20,6 @@ import Data.Char as Char
import Data.Dynamic import Data.Dynamic
import Data.Typeable import Data.Typeable
import qualified Data.Serialize as Serialize import qualified Data.Serialize as Serialize
import qualified Language.Haskell.TH as TH
import System.Directory import System.Directory
import Filesystem.Path.CurrentOS (encodeString) import Filesystem.Path.CurrentOS (encodeString)
import System.Posix.IO 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