-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathZwaluw.cabal
27 lines (21 loc) · 859 Bytes
/
Zwaluw.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Name: Zwaluw
Version: 0.2
Synopsis: Combinators for bidirectional URL routing
Description: Combinators for bidirectional URL routing
Author: Sjoerd Visscher, Martijn van Steenbergen
Maintainer: [email protected]
Stability: Experimental
Copyright: Some Rights Reserved (CC) 2010 Sjoerd Visscher, Martijn van Steenbergen
Homepage: https://github.com/MedeaMelana/Zwaluw
Bug-reports: https://github.com/MedeaMelana/Zwaluw/issues
Cabal-Version: >= 1.2
License: BSD3
License-file: LICENSE
Category: Text
Build-type: Simple
Library
Exposed-Modules: Web.Zwaluw,
Web.Zwaluw.Core,
Web.Zwaluw.TH,
Web.Zwaluw.Regular
Build-Depends: base >= 4 && < 5, template-haskell >= 2.4 && < 2.6, regular >= 0.3 && < 0.4