diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-08 01:31:19 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-08 01:32:01 +0200 |
commit | f235d13556440d9ae6e4cf0885f68e1794b81e61 (patch) | |
tree | e20f310b7421b25b72dc97a2bbb3e2ad9551fb39 /sequence.cabal | |
parent | 3496781f3ebad2901b60f19b388c893d8ad8aa37 (diff) | |
download | 2017-01-16_17:13:37-f235d13556440d9ae6e4cf0885f68e1794b81e61.tar 2017-01-16_17:13:37-f235d13556440d9ae6e4cf0885f68e1794b81e61.tar.gz 2017-01-16_17:13:37-f235d13556440d9ae6e4cf0885f68e1794b81e61.tar.bz2 2017-01-16_17:13:37-f235d13556440d9ae6e4cf0885f68e1794b81e61.tar.xz 2017-01-16_17:13:37-f235d13556440d9ae6e4cf0885f68e1794b81e61.zip |
More logging
Diffstat (limited to 'sequence.cabal')
-rw-r--r-- | sequence.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sequence.cabal b/sequence.cabal index 931cba6..740a975 100644 --- a/sequence.cabal +++ b/sequence.cabal | |||
@@ -39,5 +39,6 @@ executable sequence | |||
39 | , ansi-terminal | 39 | , ansi-terminal |
40 | , text | 40 | , text |
41 | , template | 41 | , template |
42 | , regex-compat | ||
42 | hs-source-dirs: src | 43 | hs-source-dirs: src |
43 | default-language: Haskell2010 \ No newline at end of file | 44 | default-language: Haskell2010 \ No newline at end of file |