We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e63a3a commit b5e6d6eCopy full SHA for b5e6d6e
src/fpm/dependency.f90
@@ -60,7 +60,7 @@ module fpm_dependency
60
use fpm_error, only: error_t, fatal_error
61
use fpm_filesystem, only: exists, join_path, mkdir, canon_path, windows_path, list_files, is_dir, basename, &
62
os_delete_dir, get_temp_filename, parent_dir
63
- use fpm_git, only: git_target_revision, git_target_default, git_revision, operator(==), serializable_t
+ use fpm_git, only: git_target_revision, git_target_default, git_revision, serializable_t
64
use fpm_manifest, only: package_config_t, dependency_config_t, get_package_data
65
use fpm_manifest_dependency, only: manifest_has_changed, dependency_destroy
66
use fpm_manifest_preprocess, only: operator(==)
0 commit comments