packages feed

uniform-time 0.1.3 → 0.1.5.1

raw patch · 2 files changed

+13/−6 lines, 2 filesdep ~uniform-algebrasdep ~uniform-errordep ~uniform-strings

Dependency ranges changed: uniform-algebras, uniform-error, uniform-strings

Files

ChangeLog.md view
@@ -1,2 +1,4 @@     version 0.1.0 to find problem with building      and move to workspace11++    0.1.5.1  ghc 9.2.5 changed versino to be in sync with other packages
uniform-time.cabal view
@@ -1,13 +1,13 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.35.0.+-- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack ----- hash: 13f487a625ea09756a27298c3d91fba548ea98027bdb5f97b7fe0a4d42afbff0+-- hash: 99216249928637a96553d131e041b3a331fad0266ade5069b2f01aa5e40b485e  name:           uniform-time-version:        0.1.3+version:        0.1.5.1 synopsis:       Time in the uniform framework description:    A very small package for time                 .@@ -23,6 +23,7 @@                 .                 Please see the README on GitHub at <https://github.com/andrewufrank/uniform-time/readme> category:       Time Uniform+homepage:       https://github.com/github.com:andrewufrank/uniform-time.git#readme bug-reports:    https://github.com/andrewufrank/uniform-time/issues author:         Andrew Frank maintainer:     Andrew U. Frank <uniform@gerastree.at>@@ -33,6 +34,10 @@     README.md     ChangeLog.md +source-repository head+  type: git+  location: https://github.com/github.com:andrewufrank/uniform-time.git+ library   exposed-modules:       Uniform.Time@@ -45,8 +50,8 @@     , convertible     , monads-tf     , time-    , uniform-algebras-    , uniform-error-    , uniform-strings+    , uniform-algebras >=0.1.5+    , uniform-error >=0.1.5+    , uniform-strings >=0.1.5   default-language: Haskell2010   autogen-modules: Paths_uniform_time