Added git repo to cabal file.

This commit is contained in:
Paweł Nowak 2014-10-29 20:58:18 +01:00
parent 3248c90972
commit f44e1998bb

View File

@ -10,8 +10,12 @@ category: Data
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: git@github.com:Pawel834/syntax.git
library
exposed-modules: Data.Syntax
Data.Syntax.Char
build-depends: base, mono-traversable, lens, semi-iso
default-language: Haskell2010
default-language: Haskell2010