diff options
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, |