Version bump for GHC version
Getty Ritter
7 years ago
1 | 1 | name: electric-boogaloo |
2 |
version: 0.1. |
|
2 | version: 0.1.3 | |
3 | 3 | synopsis: Simple opinionated sugar for SQLite |
4 | 4 | description: A basic translator for a straightforward, terse sugar |
5 | 5 | designed for making certain SQLite table definitions |
8 | 8 | license-file: LICENSE |
9 | 9 | author: Getty Ritter <gettyritter@gmail.com> |
10 | 10 | maintainer: Getty Ritter <gettyritter@gmail.com> |
11 |
copyright: ©201 |
|
11 | copyright: ©2017 Getty Ritter | |
12 | 12 | category: Database |
13 | 13 | build-type: Simple |
14 | 14 | cabal-version: >= 1.12 |
15 | 15 | |
16 | source-repository head | |
17 | type: git | |
18 | location: git://github.com/aisamanra/electric-boogaloo.git | |
19 | ||
16 | 20 | executable electric-boogaloo |
17 | 21 | hs-source-dirs: src |
18 | 22 | main-is: Main.hs |
19 | default-extensions: OverloadedStrings, | |
20 | ScopedTypeVariables | |
21 | 23 | ghc-options: -Wall |
22 |
build-depends: base >=4.7 && < |
|
24 | build-depends: base >=4.7 && <5, | |
23 | 25 | text >=1.2.2 && <1.3 |
24 | 26 | default-language: Haskell2010 |