Skip to content

Commit

Permalink
remove unusued dependency vector-sized
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed May 16, 2023
1 parent 807d90d commit 8f78a6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions fortran-src.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ library
, temporary >=1.2 && <1.4
, text >=1.2 && <2.1
, uniplate >=1.6 && <2
, vector-sized >=1.5.0 && <1.6
default-language: Haskell2010
if os(windows)
cpp-options: -DFS_DISABLE_WIN_BROKEN_TESTS
Expand Down Expand Up @@ -267,7 +266,6 @@ executable fortran-src
, temporary >=1.2 && <1.4
, text >=1.2 && <2.1
, uniplate >=1.6 && <2
, vector-sized >=1.5.0 && <1.6
default-language: Haskell2010
if os(windows)
cpp-options: -DFS_DISABLE_WIN_BROKEN_TESTS
Expand Down Expand Up @@ -365,7 +363,6 @@ test-suite spec
, temporary >=1.2 && <1.4
, text >=1.2 && <2.1
, uniplate >=1.6 && <2
, vector-sized >=1.5.0 && <1.6
default-language: Haskell2010
if os(windows)
cpp-options: -DFS_DISABLE_WIN_BROKEN_TESTS
2 changes: 0 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ dependencies:
- singletons-th >= 3.0 && < 3.2
- singletons-base >= 3.0 && < 3.2

- vector-sized ^>= 1.5.0

library:
source-dirs: src
ghc-options: -fno-warn-tabs
Expand Down

0 comments on commit 8f78a6c

Please sign in to comment.