Skip to content

Commit 9024b2c

Browse files
committed
Update cabal file
1 parent a22e1ef commit 9024b2c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

filepath.cabal

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
cabal-version: >= 1.18
1+
cabal-version: 1.18
22
name: filepath
33
version: 1.4.2.1
44
-- NOTE: Don't forget to update ./changelog.md
55
license: BSD3
66
license-file: LICENSE
77
author: Neil Mitchell <[email protected]>
8-
maintainer: Neil Mitchell <[email protected]>
8+
maintainer: Julian Ospald <[email protected]>
99
copyright: Neil Mitchell 2005-2020
1010
bug-reports: https://github.com/haskell/filepath/issues
1111
homepage: https://github.com/haskell/filepath#readme
1212
category: System
1313
build-type: Simple
1414
synopsis: Library for manipulating FilePaths in a cross platform way.
15-
tested-with: GHC==8.10.1, GHC==8.8.3, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2
15+
tested-with: GHC==9.2.1, GHC==9.0.1, GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2
1616
description:
1717
This package provides functionality for manipulating @FilePath@ values, and is shipped with both <https://www.haskell.org/ghc/ GHC> and the <https://www.haskell.org/platform/ Haskell Platform>. It provides three modules:
1818
.
@@ -56,7 +56,6 @@ test-suite filepath-tests
5656
type: exitcode-stdio-1.0
5757
default-language: Haskell2010
5858
main-is: Test.hs
59-
ghc-options: -main-is Test
6059
hs-source-dirs: tests
6160
other-modules:
6261
TestGen

tests/Test.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
module Test(main) where
2+
module Main where
33

44
import System.Environment
55
import TestGen

0 commit comments

Comments
 (0)