mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-23 10:42:19 +03:00
56 lines
1.4 KiB
Plaintext
56 lines
1.4 KiB
Plaintext
|
name:
|
||
|
high-sql
|
||
|
version:
|
||
|
0.1.0
|
||
|
synopsis:
|
||
|
description:
|
||
|
category:
|
||
|
homepage:
|
||
|
https://github.com/nikita-volkov/high-sql
|
||
|
bug-reports:
|
||
|
https://github.com/nikita-volkov/high-sql/issues
|
||
|
author:
|
||
|
Nikita Volkov <nikita.y.volkov@mail.ru>
|
||
|
maintainer:
|
||
|
Nikita Volkov <nikita.y.volkov@mail.ru>
|
||
|
copyright:
|
||
|
(c) 2014, Nikita Volkov
|
||
|
license:
|
||
|
MIT
|
||
|
license-file:
|
||
|
LICENSE
|
||
|
build-type:
|
||
|
Simple
|
||
|
cabal-version:
|
||
|
>=1.10
|
||
|
|
||
|
|
||
|
source-repository head
|
||
|
type:
|
||
|
git
|
||
|
location:
|
||
|
git://github.com/nikita-volkov/high-sql.git
|
||
|
|
||
|
|
||
|
library
|
||
|
hs-source-dirs:
|
||
|
library
|
||
|
other-modules:
|
||
|
HighSQL.Prelude
|
||
|
exposed-modules:
|
||
|
HighSQL
|
||
|
HighSQL.Backend
|
||
|
build-depends:
|
||
|
-- database:
|
||
|
ex-pool == 0.2.*,
|
||
|
-- errors:
|
||
|
loch-th == 0.2.*,
|
||
|
placeholders == 0.1.*,
|
||
|
-- general:
|
||
|
mtl-prelude == 0.1.*,
|
||
|
base-prelude == 0.1.*
|
||
|
default-extensions:
|
||
|
Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples
|
||
|
default-language:
|
||
|
Haskell2010
|