-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHash.cabal
More file actions
25 lines (22 loc) · 823 Bytes
/
Hash.cabal
File metadata and controls
25 lines (22 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-- Initial Hash.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: Hash
version: 0.1.0.0
-- synopsis:
-- description:
-- license:
license-file: LICENSE
author: Leonora Gašpar
maintainer: leonora.gaspar13@gmail.com
-- copyright:
-- category:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable Hash
main-is: main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.5 && <4.6, parsec >=3.1 && <3.2, containers >=0.4 && <0.5, directory >=1.2 && <1.3, pretty-hex >= 1.0, bytestring >=0.9 && <0.10
-- hs-source-dirs:
default-language: Haskell2010