packages feed

intelli-monad 0.1.1.0 → 0.1.1.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~bytestring

Dependency ranges changed: bytestring

Files

intelli-monad.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               intelli-monad-version:            0.1.1.0+version:            0.1.1.1 synopsis:           Type level prompt with LLMs via louter. description:        Type level prompt with LLMs via louter. This allows us to define function calls and value validation using types. homepage:           https://github.com/junjihashimoto/intelli-monad@@ -59,7 +59,7 @@     -- Other library packages from which modules are imported.     build-depends:    base >= 4.0 && < 5.0                     , JuicyPixels >= 3.3.8 && < 3.4-                    , bytestring >= 0.11.5 && < 0.13+                    , bytestring >= 0.11.5 && < 1.0                     , containers >= 0.6.7 && < 0.7                     , transformers >= 0.6.1 && < 0.7                     , vector >= 0.13.1 && < 0.14