diff options
author | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-04-15 11:27:54 +0200 |
---|---|---|
committer | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-04-15 11:27:54 +0200 |
commit | 46af385cc6f7c7e378ef7866a3da4ad9fb6e941c (patch) | |
tree | 1e78ef559d84875cb377ae2ff148d13cf35f0f1a /hmacaroons.cabal | |
parent | b1f77d7e6dcf03dd20c36e1a10429e1b2b9900b1 (diff) | |
download | hmacaroons-46af385cc6f7c7e378ef7866a3da4ad9fb6e941c.tar.gz hmacaroons-46af385cc6f7c7e378ef7866a3da4ad9fb6e941c.tar.zst hmacaroons-46af385cc6f7c7e378ef7866a3da4ad9fb6e941c.zip |
Extract sanity check
Diffstat (limited to 'hmacaroons.cabal')
-rw-r--r-- | hmacaroons.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hmacaroons.cabal b/hmacaroons.cabal index 9733a18..92d435d 100644 --- a/hmacaroons.cabal +++ b/hmacaroons.cabal | |||
@@ -53,7 +53,7 @@ test-suite test | |||
53 | default-language: Haskell2010 | 53 | default-language: Haskell2010 |
54 | type: exitcode-stdio-1.0 | 54 | type: exitcode-stdio-1.0 |
55 | hs-source-dirs: test | 55 | hs-source-dirs: test |
56 | main-is: tests.hs | 56 | main-is: main.hs |
57 | build-depends: base >= 4 && <5, | 57 | build-depends: base >= 4 && <5, |
58 | attoparsec >=0.12, | 58 | attoparsec >=0.12, |
59 | bytestring >=0.10, | 59 | bytestring >=0.10, |