Skip to content

Commit 9f028cd

Browse files
authored
fix version of persistent-sql-lifted (#210)
* fix version of persistent-sql-lifted * add license
1 parent 6ffa6c5 commit 9f028cd

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

persistent-sql-lifted/LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2023-2024 Renaissance Learning Inc
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

persistent-sql-lifted/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: persistent-sql-lifted
2-
version: 1.20.3.0
2+
version: 0.0.0.0
33

44
maintainer: Freckle Education
55
category: Database

persistent-sql-lifted/persistent-sql-lifted.cabal

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ cabal-version: 1.18
55
-- see: https://github.com/sol/hpack
66

77
name: persistent-sql-lifted
8-
version: 1.20.3.0
8+
version: 0.0.0.0
99
synopsis: ...
1010
description: Please see README.md
1111
category: Database
1212
homepage: https://github.com/freckle/freckle-app#readme
1313
bug-reports: https://github.com/freckle/freckle-app/issues
1414
maintainer: Freckle Education
15+
license: MIT
16+
license-file: LICENSE
1517
build-type: Simple
1618
extra-source-files:
1719
package.yaml

0 commit comments

Comments
 (0)