diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-12 04:35:47 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-12 04:35:47 +0000 |
commit | ed629414fbc3af1700f7ed6829744f0fb30417c9 (patch) | |
tree | e83e6280607bba4cec25778741ead3f466976809 /bbcode/thermoprint-bbcode.cabal | |
parent | c2e72615a166e1cfa479e44283b5f7f9ecdeb942 (diff) | |
download | thermoprint-ed629414fbc3af1700f7ed6829744f0fb30417c9.tar thermoprint-ed629414fbc3af1700f7ed6829744f0fb30417c9.tar.gz thermoprint-ed629414fbc3af1700f7ed6829744f0fb30417c9.tar.bz2 thermoprint-ed629414fbc3af1700f7ed6829744f0fb30417c9.tar.xz thermoprint-ed629414fbc3af1700f7ed6829744f0fb30417c9.zip |
Morph [BBNode] (Forest Text)
Diffstat (limited to 'bbcode/thermoprint-bbcode.cabal')
-rw-r--r-- | bbcode/thermoprint-bbcode.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bbcode/thermoprint-bbcode.cabal b/bbcode/thermoprint-bbcode.cabal index f1018a5..80a9da5 100644 --- a/bbcode/thermoprint-bbcode.cabal +++ b/bbcode/thermoprint-bbcode.cabal | |||
@@ -24,6 +24,8 @@ library | |||
24 | build-depends: base >=4.8 && <4.9 | 24 | build-depends: base >=4.8 && <4.9 |
25 | , attoparsec >=0.13.0 && <1 | 25 | , attoparsec >=0.13.0 && <1 |
26 | , text >=1.2.1 && <2 | 26 | , text >=1.2.1 && <2 |
27 | , containers >=0.4.0 && <1 | ||
28 | , rosezipper >=0.2 && <1 | ||
27 | hs-source-dirs: src | 29 | hs-source-dirs: src |
28 | default-language: Haskell2010 | 30 | default-language: Haskell2010 |
29 | 31 | ||