Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
laserpants committed Dec 30, 2023
1 parent b124806 commit 0f240b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sqids
version: 0.2.0.0
version: 0.2.1.0
category: Web
synopsis: A small library that lets you generate YouTube-looking IDs from numbers.
description: Sqids (pronounced "squids") is an open-source library that lets you generate YouTube-looking IDs from numbers. These IDs are short, can be generated from a custom alphabet and are guaranteed to be collision-free. For more info, see <https://github.com/sqids/sqids-haskell#readme> and the official Sqids home page <https://sqids.org>.
Expand All @@ -21,7 +21,7 @@ dependencies:
- containers >= 0.6.7 && < 0.7.0
- mtl >= 2.2.2 && < 2.4.0
- transformers >= 0.5.6.2 && < 0.7.0.0
- bytestring >= 0.11.4.0 && < 0.12.0.0
- bytestring >= 0.11.4.0 && < 0.12.1.0

ghc-options:
- -Wall
Expand Down
8 changes: 4 additions & 4 deletions sqids.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.1.
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack

name: sqids
version: 0.2.0.0
version: 0.2.1.0
synopsis: A small library that lets you generate YouTube-looking IDs from numbers.
description: Sqids (pronounced "squids") is an open-source library that lets you generate YouTube-looking IDs from numbers. These IDs are short, can be generated from a custom alphabet and are guaranteed to be collision-free. For more info, see <https://github.com/sqids/sqids-haskell#readme> and the official Sqids home page <https://sqids.org>.
category: Web
Expand Down Expand Up @@ -40,7 +40,7 @@ library
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
build-depends:
base >=4.7 && <5
, bytestring >=0.11.4.0 && <0.12.0.0
, bytestring >=0.11.4.0 && <0.12.1.0
, containers >=0.6.7 && <0.7.0
, mtl >=2.2.2 && <2.4.0
, text >=2.0.2 && <2.1.0
Expand All @@ -62,7 +62,7 @@ test-suite sqids-test
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, bytestring >=0.11.4.0 && <0.12.0.0
, bytestring >=0.11.4.0 && <0.12.1.0
, containers >=0.6.7 && <0.7.0
, hspec >=2.10.10 && <2.12
, mtl >=2.2.2 && <2.4.0
Expand Down

0 comments on commit 0f240b8

Please sign in to comment.