NanoID 1.0.0 → 1.0.1
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- NanoID.cabal +6/−6
NanoID.cabal view
@@ -1,5 +1,5 @@ name: NanoID-version: 1.0.0+version: 1.0.1 synopsis: NanoID generator description: Library and CLI tool for NanoID generation license: BSD3@@ -19,9 +19,9 @@ library exposed-modules: Data.NanoID- build-depends: base >=4.7 && <4.15+ build-depends: base >=4.7 && < 4.16 , bytestring >= 0.10 && < 0.12- , extra >= 1.6 && < 1.8+ , extra >= 1.6 && < 1.8 , mwc-random >= 0.13 && < 0.16 hs-source-dirs: src default-language: Haskell2010@@ -29,9 +29,9 @@ executable nanoid main-is: Main.hs other-modules: Options- build-depends: base >=4.7 && <4.15- , bytestring >= 0.10 && < 0.12- , mwc-random >= 0.13 && < 0.16+ build-depends: base >=4.7 && < 4.16+ , bytestring >= 0.10 && < 0.12+ , mwc-random >= 0.13 && < 0.16 , NanoID , optparse-applicative >= 0.14 && < 0.17 hs-source-dirs: app