yamlscript 0.2.12.0 → 0.2.13.0
raw patch · 7 files changed
+9/−9 lines, 7 files
Files
- License +1/−1
- lib/YAMLScript.hs +1/−1
- lib/YAMLScript/FFI.hs +1/−1
- test/Main.hs +1/−1
- test/Test.hs +1/−1
- test/YAMLScript/Tests.hs +1/−1
- yamlscript.cabal +3/−3
License view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2025 Ingy döt Net <ingy@ingy.net> and contributors+Copyright (c) 2022-2026 Ingy döt Net <ingy@ingy.net> and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in
lib/YAMLScript.hs view
@@ -1,4 +1,4 @@--- Copyright 2022-2025 Ingy döt Net+-- Copyright 2022-2026 Ingy döt Net -- This code is licensed under MIT license (See License for details) {-# LANGUAGE ForeignFunctionInterface #-}
lib/YAMLScript/FFI.hs view
@@ -1,4 +1,4 @@--- Copyright 2022-2025 Ingy döt Net+-- Copyright 2022-2026 Ingy döt Net -- This code is licensed under MIT license (See License for details) {-# LANGUAGE ForeignFunctionInterface #-}
test/Main.hs view
@@ -1,4 +1,4 @@--- Copyright 2022-2025 Ingy döt Net+-- Copyright 2022-2026 Ingy döt Net -- This code is licensed under MIT license (See License for details) module Main where
test/Test.hs view
@@ -1,4 +1,4 @@--- Copyright 2022-2025 Ingy döt Net+-- Copyright 2022-2026 Ingy döt Net -- This code is licensed under MIT license (See License for details) {-# LANGUAGE OverloadedStrings #-}
test/YAMLScript/Tests.hs view
@@ -1,4 +1,4 @@--- Copyright 2022-2025 Ingy döt Net+-- Copyright 2022-2026 Ingy döt Net -- This code is licensed under MIT license (See License for details) {-# LANGUAGE OverloadedStrings #-}
yamlscript.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: yamlscript-version: 0.2.12.0+version: 0.2.13.0 synopsis: Haskell bindings for YAMLScript description: Haskell bindings for YAMLScript, a functional programming language with YAML syntax.@@ -9,8 +9,8 @@ while maintaining compatibility with standard YAML. license: MIT license-file: License-author: Ingy döt Net <ingy@ingy.net>-maintainer: Ingy döt Net <ingy@ingy.net>+author: Ingy d?t Net <ingy@ingy.net>+maintainer: Ingy d?t Net <ingy@ingy.net> category: Data, Text, YAML homepage: https://yamlscript.org bug-reports: https://github.com/yaml/yamlscript/issues