Skip to content

Commit a33c693

Browse files
committed
Cabal Updates
Updated packages with new homepage and source repository. Rolled minor versions (as appropriate). Made some versions sane. (0.11 -> 1.0.0) Other cabal-suggested cleanups.
1 parent dd99f7e commit a33c693

File tree

20 files changed

+127
-182
lines changed

20 files changed

+127
-182
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
\.installed-pkg-config
4040
\.setup-config
4141
# standard cabal build dir, might not be boring for everybody
42-
# ^dist(/|$)
42+
dist/
4343
# autotools
4444
(^|/)autom4te\.cache($|/)
4545
(^|/)config\.(log|status)$

driver-dynamic/haskelldb-dynamic.cabal

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
Name: haskelldb-dynamic
2-
Version: 0.11
3-
Cabal-version: >= 1.2
2+
Version: 1.0.0
3+
Cabal-version: >= 1.6
4+
Homepage: https://github.com/m4dc4p/haskelldb
45
Build-type: Simple
56
Copyright: The authors
67
Maintainer: [email protected]
78
Author: Daan Leijen, Conny Andersson, Martin Andersson, Mary Bergman, Victor Blomqvist, Bjorn Bringert, Anders Hockersten, Torbjorn Martin, Jeremy Shaw
89
License: BSD3
10+
License-file: ../LICENSE
911
Synopsis: HaskellDB support for the dynamically loaded drivers.
12+
Category: Database
1013

1114
Library
1215
Build-depends: haskell98, base, mtl, haskelldb, plugins
@@ -20,3 +23,7 @@ Library
2023
Executable DBDirect-dynamic
2124
Main-is: DBDirect.hs
2225
Build-depends: haskelldb==0.11
26+
27+
Source-repository head
28+
Type: git
29+
Location: https://github.com/m4dc4p/haskelldb

driver-flat/haskelldb-flat.cabal

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
Name: haskelldb-flat
2-
Version: 1.0
3-
Cabal-version: >= 1.2
2+
Version: 1.0.1
3+
Cabal-version: >= 1.6
44
Build-type: Simple
5+
Homepage: https://github.com/m4dc4p/haskelldb
6+
Maintainer: Maintainer: [email protected]
7+
License-file: ../LICENSE
58
Copyright: Bjorn Bringert
6-
Maintainer: [email protected]
79
Author: Bjorn Bringert
810
License: BSD3
911
Synopsis: An experimental HaskellDB back-end in pure Haskell (no SQL)
1012
Description:
1113
This is a very experimental HaskellDB back-end which is written in pure Haskell
1214
and doesn't use SQL. It stores the database in a file. Using this with
1315
concurrent writes leads to data loss. This back-end does not support transactions.
16+
Category: Database
1417

1518
Flag split-base
1619

@@ -25,6 +28,6 @@ Library
2528
Executable DBDirect-flat
2629
Main-is: DBDirect.hs
2730

28-
--Executable: flatdb-create
29-
--Main-Is: tools/flatdb-create.hs
30-
--ghc-options: -O2 -Wall
31+
Source-repository head
32+
Type: git
33+
Location: https://github.com/m4dc4p/haskelldb

driver-hdbc-odbc/LICENSE

-31
This file was deleted.

driver-hdbc-odbc/haskelldb-hdbc-odbc.cabal

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Name: haskelldb-hdbc-odbc
2-
Version: 2.1.0
2+
Version: 2.1.1
33
Cabal-version: >= 1.6
44
Build-type: Simple
55
Copyright: The authors
6-
Homepage: http://trac.haskell.org/haskelldb
6+
Homepage: https://github.com/m4dc4p/haskelldb
77
Maintainer: [email protected]
88
Author: Daan Leijen, Conny Andersson, Martin Andersson, Mary Bergman, Victor Blomqvist, Bjorn Bringert, Anders Hockersten, Torbjorn Martin, Jeremy Shaw
99
License: BSD3
10-
License-file: LICENSE
10+
License-file: ../LICENSE
1111
Synopsis: HaskellDB support for the HDBC ODBC driver.
1212
Description: HaskellDB requires this driver if HDBC will be used to connect to an ODBC database.
1313
Category: Database
@@ -28,5 +28,5 @@ Executable DBDirect-hdbc-odbc
2828
Main-is: DBDirect.hs
2929

3030
Source-repository head
31-
Type: darcs
32-
Location: http://code.haskell.org/haskelldb
31+
Type: git
32+
Location: https://github.com/m4dc4p/haskelldb

driver-hdbc-postgresql/LICENSE

-31
This file was deleted.

driver-hdbc-postgresql/haskelldb-hdbc-postgresql.cabal

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Name: haskelldb-hdbc-postgresql
2-
Version: 2.1.0
2+
Version: 2.1.1
33
Cabal-version: >= 1.6
44
Build-type: Simple
5+
Homepage: https://github.com/m4dc4p/haskelldb
56
Copyright: The authors
6-
Homepage: http://trac.haskell.org/haskelldb
77
Maintainer: [email protected]
88
Author: Daan Leijen, Conny Andersson, Martin Andersson, Mary Bergman, Victor Blomqvist, Bjorn Bringert, Anders Hockersten, Torbjorn Martin, Jeremy Shaw
99
License: BSD3
10-
License-file: LICENSE
10+
License-file: ../LICENSE
1111
Synopsis: HaskellDB support for the HDBC PostgreSQL driver.
1212
Description: HaskellDB requires this driver if HDBC will be used to connect to a PostgreSQL database.
1313
Category: Database
@@ -33,5 +33,6 @@ Executable DBDirect-hdbc-postgresql
3333
Extra-Libraries: pq
3434

3535
Source-repository head
36-
Type: darcs
37-
Location: http://code.haskell.org/haskelldb
36+
Type: git
37+
Location: https://github.com/m4dc4p/haskelldb
38+

driver-hdbc-sqlite3/LICENSE

-31
This file was deleted.

driver-hdbc-sqlite3/haskelldb-hdbc-sqlite3.cabal

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Name: haskelldb-hdbc-sqlite3
2-
Version: 2.1.0
2+
Version: 2.1.1
33
Cabal-version: >= 1.6
44
Build-type: Simple
55
Copyright: The authors
6-
Homepage: http://trac.haskell.org/haskelldb
6+
Homepage: https://github.com/m4dc4p/haskelldb
77
Maintainer: [email protected]
88
Author: Daan Leijen, Conny Andersson, Martin Andersson, Mary Bergman, Victor Blomqvist, Bjorn Bringert, Anders Hockersten, Torbjorn Martin, Jeremy Shaw
99
License: BSD3
10-
License-file: LICENSE
10+
License-file: ../LICENSE
1111
Synopsis: HaskellDB support for the HDBC SQLite driver.
1212
Description: HaskellDB requires this driver if HDBC will be used to connect to a SQLlite3 database.
1313
Category: Database
@@ -31,5 +31,5 @@ Executable DBDirect-hdbc-sqlite3
3131
Main-is: DBDirect.hs
3232

3333
Source-repository head
34-
Type: darcs
35-
Location: http://code.haskell.org/haskelldb
34+
Type: git
35+
Location: https://github.com/m4dc4p/haskelldb

driver-hdbc/LICENSE

-31
This file was deleted.

driver-hdbc/haskelldb-hdbc.cabal

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Version: 2.2.1
33
Cabal-version: >= 1.6
44
Build-type: Simple
55
Copyright: The authors
6-
Homepage: http://trac.haskell.org/haskelldb
6+
Homepage: https://github.com/m4dc4p/haskelldb
77
Maintainer: [email protected]
88
Author: Daan Leijen, Conny Andersson, Martin Andersson, Mary Bergman, Victor Blomqvist, Bjorn Bringert, Anders Hockersten, Torbjorn Martin, Jeremy Shaw
99
License: BSD3
10-
License-file: LICENSE
10+
License-file: ../LICENSE
1111
Synopsis: HaskellDB support for HDBC.
1212
Description: HaskellDB requires this driver to work with any of HDBC's drivers.
1313
Category: Database
@@ -24,5 +24,5 @@ Library
2424
ghc-options: -fwarn-incomplete-patterns
2525

2626
Source-repository head
27-
Type: darcs
28-
Location: http://code.haskell.org/haskelldb
27+
Type: git
28+
Location: https://github.com/m4dc4p/haskelldb
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
Name: haskelldb-hsql-mysql
2-
Version: 0.11
3-
Cabal-version: >= 1.2
2+
Version: 1.0.0
3+
Cabal-version: >= 1.6
44
Build-type: Simple
5+
Homepage: https://github.com/m4dc4p/haskelldb
56
Copyright: The authors
67
Maintainer: [email protected]
78
Author: Daan Leijen, Conny Andersson, Martin Andersson, Mary Bergman, Victor Blomqvist, Bjorn Bringert, Anders Hockersten, Torbjorn Martin, Jeremy Shaw
89
License: BSD3
10+
License-file: ../LICENSE
911
Synopsis: HaskellDB support for the HSQL MySQL driver.
12+
Category: Database
1013

1114
Library
1215
Build-depends: base, mtl, haskelldb==0.11, haskelldb-hsql==0.11, hsql, hsql-mysql
@@ -15,3 +18,7 @@ Library
1518

1619
Executable DBDirect-hsql-mysql
1720
Main-is: DBDirect.hs
21+
22+
Source-repository head
23+
Type: git
24+
Location: https://github.com/m4dc4p/haskelldb
+9-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
Name: haskelldb-hsql-odbc
2-
Version: 0.11
3-
Cabal-version: >= 1.2
2+
Version: 1.0.0
3+
Cabal-version: >= 1.6
4+
Homepage: https://github.com/m4dc4p/haskelldb
45
Build-type: Simple
56
Copyright: The authors
67
Maintainer: [email protected]
78
Author: Daan Leijen, Conny Andersson, Martin Andersson, Mary Bergman, Victor Blomqvist, Bjorn Bringert, Anders Hockersten, Torbjorn Martin, Jeremy Shaw
89
License: BSD3
10+
License-File: ../LICENSE
911
Synopsis: HaskellDB support for the HSQL ODBC driver.
12+
Category: Database
1013

1114
Library
1215
Build-depends: base, mtl, haskelldb==0.11, haskelldb-hsql==0.11, hsql, hsql-odbc
@@ -15,3 +18,7 @@ Library
1518

1619
Executable DBDirect-hsql-odbc
1720
Main-is: DBDirect.hs
21+
22+
Source-repository head
23+
Type: git
24+
Location: https://github.com/m4dc4p/haskelldb
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
Name: haskelldb-hsql-oracle
2-
Version: 0.11
3-
Cabal-version: >= 1.2
2+
Version: 1.0.0
3+
Cabal-version: >= 1.6
44
Build-type: Simple
55
Copyright: The authors
6+
Homepage: https://github.com/m4dc4p/haskelldb
67
Maintainer: [email protected]
78
Author: Daan Leijen, Conny Andersson, Martin Andersson, Mary Bergman, Victor Blomqvist, Bjorn Bringert, Anders Hockersten, Torbjorn Martin, Jeremy Shaw, Henning Thielemann
89
License: BSD3
10+
License-file: ../LICENSE
911
Synopsis: HaskellDB support for the HSQL Oracle driver.
12+
Category: Database
1013

1114
Library
1215
Build-depends: base, mtl, haskelldb==0.11, haskelldb-hsql==0.11, hsql, hsql-oracle
@@ -15,3 +18,7 @@ Library
1518

1619
Executable DBDirect-hsql-oracle
1720
Main-is: DBDirect.hs
21+
22+
Source-repository head
23+
Type: git
24+
Location: https://github.com/m4dc4p/haskelldb
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
Name: haskelldb-hsql-postgresql
2-
Version: 0.11
3-
Cabal-version: >= 1.2
2+
Version: 1.0.0
3+
Cabal-version: >= 1.6
44
Build-type: Simple
55
Copyright: The authors
6+
Homepage: https://github.com/m4dc4p/haskelldb
67
Maintainer: [email protected]
78
Author: Daan Leijen, Conny Andersson, Martin Andersson, Mary Bergman, Victor Blomqvist, Bjorn Bringert, Anders Hockersten, Torbjorn Martin, Jeremy Shaw
89
License: BSD3
10+
License-file: ../LICENSE
911
Synopsis: HaskellDB support for the HSQL PostgreSQL driver.
12+
Category: Database
1013

1114
Library
1215
Build-depends: base, mtl, haskelldb==0.11, haskelldb-hsql==0.11, hsql, hsql-postgresql
@@ -15,3 +18,7 @@ Library
1518

1619
Executable DBDirect-hsql-postgresql
1720
Main-is: DBDirect.hs
21+
22+
Source-repository head
23+
Type: git
24+
Location: https://github.com/m4dc4p/haskelldb

0 commit comments

Comments
 (0)